@storybook/components 7.0.0-beta.53 → 7.0.0-beta.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +5 -1
- package/dist/index.js +13 -11
- package/dist/index.mjs +6 -4
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -238,6 +238,10 @@ declare const Zoom: {
|
|
|
238
238
|
IFrame: typeof ZoomIFrame;
|
|
239
239
|
};
|
|
240
240
|
|
|
241
|
+
declare const ErrorFormatter: FC<{
|
|
242
|
+
error: Error;
|
|
243
|
+
}>;
|
|
244
|
+
|
|
241
245
|
declare const ButtonWrapper: _storybook_theming.StyledComponent<{
|
|
242
246
|
theme?: _storybook_theming.Theme;
|
|
243
247
|
as?: react__default.ElementType<any>;
|
|
@@ -1034,4 +1038,4 @@ declare const components: {
|
|
|
1034
1038
|
};
|
|
1035
1039
|
declare const resetComponents: Record<string, ElementType>;
|
|
1036
1040
|
|
|
1037
|
-
export { A, ActionBar, ActionItem, AddonPanel, Badge, Bar, Blockquote, Button, Code, DL, Div, DocumentWrapper, FlexBar, Form, H1, H2, H3, H4, H5, H6, HR, IconButton, IconButtonSkeleton, Icons, IconsProps, Img, LI, Link$1 as Link, ListItem, Loader, OL, P, Placeholder, Pre, ResetWrapper, ScrollArea, Separator, Spaced, Span, StorybookIcon, StorybookLogo, Symbols, SyntaxHighlighter, SyntaxHighlighterFormatTypes, SyntaxHighlighterProps, SyntaxHighlighterRendererProps, TT, TabBar, TabButton, TabWrapper, Table, Tabs, TabsState, TooltipLinkList, Link as TooltipLinkListLink, TooltipMessage, TooltipNote, UL, WithTooltip, WithTooltipPure, Zoom, codeCommon, components, createCopyToClipboardFunction, getStoryHref, icons, interleaveSeparators, nameSpaceClassNames, resetComponents, withReset };
|
|
1041
|
+
export { A, ActionBar, ActionItem, AddonPanel, Badge, Bar, Blockquote, Button, Code, DL, Div, DocumentWrapper, ErrorFormatter, FlexBar, Form, H1, H2, H3, H4, H5, H6, HR, IconButton, IconButtonSkeleton, Icons, IconsProps, Img, LI, Link$1 as Link, ListItem, Loader, OL, P, Placeholder, Pre, ResetWrapper, ScrollArea, Separator, Spaced, Span, StorybookIcon, StorybookLogo, Symbols, SyntaxHighlighter, SyntaxHighlighterFormatTypes, SyntaxHighlighterProps, SyntaxHighlighterRendererProps, TT, TabBar, TabButton, TabWrapper, Table, Tabs, TabsState, TooltipLinkList, Link as TooltipLinkListLink, TooltipMessage, TooltipNote, UL, WithTooltip, WithTooltipPure, Zoom, codeCommon, components, createCopyToClipboardFunction, getStoryHref, icons, interleaveSeparators, nameSpaceClassNames, resetComponents, withReset };
|