-
-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
packages/volto/types/components/manage/UniversalLink/UniversalLink.stories.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
declare namespace _default { | ||
let title: string; | ||
namespace argTypes { | ||
namespace href { | ||
let control: string; | ||
} | ||
namespace item { | ||
let control_1: string; | ||
export { control_1 as control }; | ||
} | ||
namespace text { | ||
let control_2: string; | ||
export { control_2 as control }; | ||
} | ||
} | ||
let decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[]; | ||
} | ||
export default _default; | ||
export namespace UniversalLink_ { | ||
let render: any; | ||
let name: string; | ||
} |
20 changes: 20 additions & 0 deletions
20
packages/volto/types/components/theme/Avatar/Avatar.stories.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
declare namespace _default { | ||
let title: string; | ||
namespace argTypes { | ||
export namespace title_1 { | ||
let control: string; | ||
} | ||
export { title_1 as title }; | ||
} | ||
} | ||
export default _default; | ||
export namespace Avatar3 { | ||
let render: any; | ||
let name: string; | ||
namespace args { | ||
let title_2: string; | ||
export { title_2 as title }; | ||
export let color: string; | ||
export let size: number; | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
packages/volto/types/components/theme/Title/Title.stories.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
declare namespace _default { | ||
let title: string; | ||
namespace argTypes { | ||
export namespace title_1 { | ||
let control: string; | ||
} | ||
export { title_1 as title }; | ||
} | ||
} | ||
export default _default; | ||
export namespace Title_ { | ||
let render: any; | ||
let name: string; | ||
namespace args { | ||
let title_2: string; | ||
export { title_2 as title }; | ||
} | ||
} |