@storybook/components 7.1.0-alpha.24 → 7.1.0-alpha.26
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/{WithTooltip-FBT32F6Q.mjs → WithTooltip-I4CCNYWD.mjs} +1 -1
- package/dist/chunk-ZSS2KY3C.mjs +21 -0
- package/dist/{formatter-S4K5WUZV.mjs → formatter-D64M2OTP.mjs} +2 -2
- package/dist/index.d.ts +317 -317
- package/dist/index.js +4 -8
- package/dist/index.mjs +3 -3
- package/package.json +5 -5
- package/dist/chunk-E5IOH6B7.mjs +0 -25
package/dist/index.d.ts
CHANGED
|
@@ -1,116 +1,116 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import
|
|
1
|
+
import * as React$1 from 'react';
|
|
2
|
+
import React__default, { ComponentProps, FC, AnchorHTMLAttributes, MouseEvent, ReactNode, FunctionComponent, ReactElement, Component, RefObject, SyntheticEvent, DetailedHTMLProps, ButtonHTMLAttributes, ElementType } from 'react';
|
|
3
3
|
import * as _storybook_theming from '@storybook/theming';
|
|
4
4
|
import { Theme, CSSObject } from '@storybook/theming';
|
|
5
5
|
import { BuiltInParserName } from 'prettier';
|
|
6
6
|
import * as react_textarea_autosize from 'react-textarea-autosize';
|
|
7
7
|
|
|
8
|
-
declare const A: _storybook_theming.StyledComponent<
|
|
9
|
-
children?:
|
|
8
|
+
declare const A: _storybook_theming.StyledComponent<React$1.AnchorHTMLAttributes<HTMLAnchorElement> & {
|
|
9
|
+
children?: React$1.ReactNode;
|
|
10
10
|
} & {
|
|
11
11
|
theme?: _storybook_theming.Theme;
|
|
12
12
|
}, {}, {}>;
|
|
13
13
|
|
|
14
14
|
declare const Blockquote: _storybook_theming.StyledComponent<{
|
|
15
15
|
theme?: _storybook_theming.Theme;
|
|
16
|
-
as?:
|
|
17
|
-
},
|
|
16
|
+
as?: React$1.ElementType<any>;
|
|
17
|
+
}, React$1.DetailedHTMLProps<React$1.BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
18
18
|
|
|
19
19
|
declare const DefaultCodeBlock: _storybook_theming.StyledComponent<{
|
|
20
20
|
theme?: _storybook_theming.Theme;
|
|
21
|
-
as?:
|
|
22
|
-
},
|
|
23
|
-
declare const Code: ({ className, children, ...props }: ComponentProps<typeof DefaultCodeBlock>) => JSX.Element;
|
|
21
|
+
as?: React__default.ElementType<any>;
|
|
22
|
+
}, React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
23
|
+
declare const Code: ({ className, children, ...props }: ComponentProps<typeof DefaultCodeBlock>) => React__default.JSX.Element;
|
|
24
24
|
|
|
25
25
|
declare const Div: _storybook_theming.StyledComponent<{
|
|
26
26
|
theme?: _storybook_theming.Theme;
|
|
27
|
-
as?:
|
|
28
|
-
},
|
|
27
|
+
as?: React$1.ElementType<any>;
|
|
28
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
29
29
|
|
|
30
30
|
declare const DL: _storybook_theming.StyledComponent<{
|
|
31
31
|
theme?: _storybook_theming.Theme;
|
|
32
|
-
as?:
|
|
33
|
-
},
|
|
32
|
+
as?: React$1.ElementType<any>;
|
|
33
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDListElement>, HTMLDListElement>, {}>;
|
|
34
34
|
|
|
35
35
|
declare const H1: _storybook_theming.StyledComponent<{
|
|
36
36
|
theme?: _storybook_theming.Theme;
|
|
37
|
-
as?:
|
|
38
|
-
},
|
|
37
|
+
as?: React$1.ElementType<any>;
|
|
38
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
|
|
39
39
|
|
|
40
40
|
declare const H2: _storybook_theming.StyledComponent<{
|
|
41
41
|
theme?: _storybook_theming.Theme;
|
|
42
|
-
as?:
|
|
43
|
-
},
|
|
42
|
+
as?: React$1.ElementType<any>;
|
|
43
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
|
|
44
44
|
|
|
45
45
|
declare const H3: _storybook_theming.StyledComponent<{
|
|
46
46
|
theme?: _storybook_theming.Theme;
|
|
47
|
-
as?:
|
|
48
|
-
},
|
|
47
|
+
as?: React$1.ElementType<any>;
|
|
48
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
|
|
49
49
|
|
|
50
50
|
declare const H4: _storybook_theming.StyledComponent<{
|
|
51
51
|
theme?: _storybook_theming.Theme;
|
|
52
|
-
as?:
|
|
53
|
-
},
|
|
52
|
+
as?: React$1.ElementType<any>;
|
|
53
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
|
|
54
54
|
|
|
55
55
|
declare const H5: _storybook_theming.StyledComponent<{
|
|
56
56
|
theme?: _storybook_theming.Theme;
|
|
57
|
-
as?:
|
|
58
|
-
},
|
|
57
|
+
as?: React$1.ElementType<any>;
|
|
58
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
|
|
59
59
|
|
|
60
60
|
declare const H6: _storybook_theming.StyledComponent<{
|
|
61
61
|
theme?: _storybook_theming.Theme;
|
|
62
|
-
as?:
|
|
63
|
-
},
|
|
62
|
+
as?: React$1.ElementType<any>;
|
|
63
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
|
|
64
64
|
|
|
65
65
|
declare const HR: _storybook_theming.StyledComponent<{
|
|
66
66
|
theme?: _storybook_theming.Theme;
|
|
67
|
-
as?:
|
|
68
|
-
},
|
|
67
|
+
as?: React$1.ElementType<any>;
|
|
68
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHRElement>, HTMLHRElement>, {}>;
|
|
69
69
|
|
|
70
70
|
declare const Img: _storybook_theming.StyledComponent<{
|
|
71
71
|
theme?: _storybook_theming.Theme;
|
|
72
|
-
as?:
|
|
73
|
-
},
|
|
72
|
+
as?: React$1.ElementType<any>;
|
|
73
|
+
}, React$1.DetailedHTMLProps<React$1.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
74
74
|
|
|
75
75
|
declare const LI: _storybook_theming.StyledComponent<{
|
|
76
76
|
theme?: _storybook_theming.Theme;
|
|
77
|
-
as?:
|
|
78
|
-
},
|
|
77
|
+
as?: React$1.ElementType<any>;
|
|
78
|
+
}, React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {}>;
|
|
79
79
|
|
|
80
80
|
declare const OL: _storybook_theming.StyledComponent<{
|
|
81
81
|
theme?: _storybook_theming.Theme;
|
|
82
|
-
as?:
|
|
83
|
-
},
|
|
82
|
+
as?: React$1.ElementType<any>;
|
|
83
|
+
}, React$1.DetailedHTMLProps<React$1.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, {}>;
|
|
84
84
|
|
|
85
85
|
declare const P: _storybook_theming.StyledComponent<{
|
|
86
86
|
theme?: _storybook_theming.Theme;
|
|
87
|
-
as?:
|
|
88
|
-
},
|
|
87
|
+
as?: React$1.ElementType<any>;
|
|
88
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
|
|
89
89
|
|
|
90
90
|
declare const Pre: _storybook_theming.StyledComponent<{
|
|
91
91
|
theme?: _storybook_theming.Theme;
|
|
92
|
-
as?:
|
|
93
|
-
},
|
|
92
|
+
as?: React$1.ElementType<any>;
|
|
93
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLPreElement>, HTMLPreElement>, {}>;
|
|
94
94
|
|
|
95
95
|
declare const Span: _storybook_theming.StyledComponent<{
|
|
96
96
|
theme?: _storybook_theming.Theme;
|
|
97
|
-
as?:
|
|
98
|
-
},
|
|
97
|
+
as?: React$1.ElementType<any>;
|
|
98
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
99
99
|
|
|
100
100
|
declare const Table: _storybook_theming.StyledComponent<{
|
|
101
101
|
theme?: _storybook_theming.Theme;
|
|
102
|
-
as?:
|
|
103
|
-
},
|
|
102
|
+
as?: React$1.ElementType<any>;
|
|
103
|
+
}, React$1.DetailedHTMLProps<React$1.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
|
|
104
104
|
|
|
105
105
|
declare const TT: _storybook_theming.StyledComponent<{
|
|
106
106
|
theme?: _storybook_theming.Theme;
|
|
107
|
-
as?:
|
|
108
|
-
},
|
|
107
|
+
as?: React$1.ElementType<any>;
|
|
108
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>, {}>;
|
|
109
109
|
|
|
110
110
|
declare const UL: _storybook_theming.StyledComponent<{
|
|
111
111
|
theme?: _storybook_theming.Theme;
|
|
112
|
-
as?:
|
|
113
|
-
},
|
|
112
|
+
as?: React$1.ElementType<any>;
|
|
113
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
114
114
|
|
|
115
115
|
interface BadgeProps {
|
|
116
116
|
status: 'positive' | 'negative' | 'neutral' | 'warning' | 'critical';
|
|
@@ -140,8 +140,8 @@ declare const Link$1: FC<LinkProps & AProps>;
|
|
|
140
140
|
|
|
141
141
|
declare const DocumentWrapper: _storybook_theming.StyledComponent<{
|
|
142
142
|
theme?: _storybook_theming.Theme;
|
|
143
|
-
as?:
|
|
144
|
-
},
|
|
143
|
+
as?: React$1.ElementType<any>;
|
|
144
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
145
145
|
|
|
146
146
|
interface SyntaxHighlighterRendererProps {
|
|
147
147
|
rows: any[];
|
|
@@ -175,8 +175,8 @@ interface SyntaxHighlighterBaseProps {
|
|
|
175
175
|
}
|
|
176
176
|
type SyntaxHighlighterProps = SyntaxHighlighterBaseProps & SyntaxHighlighterCustomProps;
|
|
177
177
|
|
|
178
|
-
declare const LazySyntaxHighlighter:
|
|
179
|
-
declare const SyntaxHighlighter: (props: ComponentProps<typeof LazySyntaxHighlighter>) => JSX.Element;
|
|
178
|
+
declare const LazySyntaxHighlighter: React__default.LazyExoticComponent<React__default.FC<SyntaxHighlighterProps>>;
|
|
179
|
+
declare const SyntaxHighlighter: (props: ComponentProps<typeof LazySyntaxHighlighter>) => React__default.JSX.Element;
|
|
180
180
|
|
|
181
181
|
declare function createCopyToClipboardFunction(): (text: string) => Promise<void>;
|
|
182
182
|
|
|
@@ -192,7 +192,7 @@ interface ActionBarProps {
|
|
|
192
192
|
declare const ActionBar: FC<ActionBarProps>;
|
|
193
193
|
|
|
194
194
|
interface SpacedProps {
|
|
195
|
-
children?:
|
|
195
|
+
children?: React__default.ReactNode;
|
|
196
196
|
col?: number;
|
|
197
197
|
row?: number;
|
|
198
198
|
outer?: number | boolean;
|
|
@@ -200,12 +200,12 @@ interface SpacedProps {
|
|
|
200
200
|
declare const Spaced: FC<SpacedProps>;
|
|
201
201
|
|
|
202
202
|
interface PlaceholderProps {
|
|
203
|
-
children?:
|
|
203
|
+
children?: React__default.ReactNode;
|
|
204
204
|
}
|
|
205
205
|
declare const Placeholder: FunctionComponent<PlaceholderProps>;
|
|
206
206
|
|
|
207
207
|
interface ScrollAreaProps {
|
|
208
|
-
children?:
|
|
208
|
+
children?: React__default.ReactNode;
|
|
209
209
|
horizontal?: boolean;
|
|
210
210
|
vertical?: boolean;
|
|
211
211
|
className?: string;
|
|
@@ -216,7 +216,7 @@ type ZoomProps = {
|
|
|
216
216
|
scale: number;
|
|
217
217
|
children: ReactElement | ReactElement[];
|
|
218
218
|
};
|
|
219
|
-
declare function ZoomElement({ scale, children }: ZoomProps): JSX.Element;
|
|
219
|
+
declare function ZoomElement({ scale, children }: ZoomProps): React__default.JSX.Element;
|
|
220
220
|
|
|
221
221
|
type IZoomIFrameProps = {
|
|
222
222
|
scale: number;
|
|
@@ -230,7 +230,7 @@ declare class ZoomIFrame extends Component<IZoomIFrameProps> {
|
|
|
230
230
|
shouldComponentUpdate(nextProps: IZoomIFrameProps): boolean;
|
|
231
231
|
setIframeInnerZoom(scale: number): void;
|
|
232
232
|
setIframeZoom(scale: number): void;
|
|
233
|
-
render(): ReactElement<HTMLIFrameElement, string |
|
|
233
|
+
render(): ReactElement<HTMLIFrameElement, string | React$1.JSXElementConstructor<any>> & React$1.ReactNode;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
declare const Zoom: {
|
|
@@ -244,7 +244,7 @@ declare const ErrorFormatter: FC<{
|
|
|
244
244
|
|
|
245
245
|
declare const ButtonWrapper: _storybook_theming.StyledComponent<{
|
|
246
246
|
theme?: _storybook_theming.Theme;
|
|
247
|
-
as?:
|
|
247
|
+
as?: React__default.ElementType<any>;
|
|
248
248
|
} & {
|
|
249
249
|
isLink?: boolean;
|
|
250
250
|
primary?: boolean;
|
|
@@ -258,7 +258,7 @@ declare const ButtonWrapper: _storybook_theming.StyledComponent<{
|
|
|
258
258
|
containsIcon?: boolean;
|
|
259
259
|
children?: ReactNode;
|
|
260
260
|
href?: string;
|
|
261
|
-
},
|
|
261
|
+
}, React__default.DetailedHTMLProps<React__default.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
262
262
|
declare const Button: FC<ComponentProps<typeof ButtonWrapper>>;
|
|
263
263
|
|
|
264
264
|
type Sizes = '100%' | 'flex' | 'auto';
|
|
@@ -272,15 +272,15 @@ interface FieldProps {
|
|
|
272
272
|
|
|
273
273
|
declare const Form: _storybook_theming.StyledComponent<{
|
|
274
274
|
theme?: _storybook_theming.Theme;
|
|
275
|
-
as?:
|
|
276
|
-
},
|
|
277
|
-
Field:
|
|
278
|
-
Input: _storybook_theming.StyledComponent<Pick<Omit<
|
|
275
|
+
as?: React$1.ElementType<any>;
|
|
276
|
+
}, React$1.DetailedHTMLProps<React$1.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, {}> & {
|
|
277
|
+
Field: React$1.FC<FieldProps>;
|
|
278
|
+
Input: _storybook_theming.StyledComponent<Pick<Omit<React$1.HTMLProps<HTMLInputElement>, "height" | "align" | "size" | "valid"> & {
|
|
279
279
|
size?: Sizes;
|
|
280
280
|
align?: Alignments;
|
|
281
281
|
valid?: ValidationStates;
|
|
282
282
|
height?: number;
|
|
283
|
-
}, "download" | "href" | "hrefLang" | "media" | "target" | "type" | "form" | "list" | "cite" | "cellPadding" | "cellSpacing" | "summary" | "width" | "alt" | "crossOrigin" | "height" | "sizes" | "src" | "srcSet" | "useMap" | "value" | "reversed" | "start" | "data" | "label" | "slot" | "span" | "style" | "title" | "pattern" | "className" | "color" | "content" | "translate" | "default" | "hidden" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "wrap" | "key" | "rows" | "align" | "as" | "size" | "open" | "multiple" | "max" | "method" | "min" | "name" | "controls" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "valid" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "async" | "autoComplete" | "autoPlay" | "capture" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "coords" | "dateTime" | "defer" | "encType" | "frameBorder" | "headers" | "high" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "minLength" | "muted" | "noValidate" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "srcDoc" | "srcLang" | "step" | "wmode"> &
|
|
283
|
+
}, "download" | "href" | "hrefLang" | "media" | "target" | "type" | "form" | "list" | "cite" | "cellPadding" | "cellSpacing" | "summary" | "width" | "alt" | "crossOrigin" | "height" | "sizes" | "src" | "srcSet" | "useMap" | "value" | "reversed" | "start" | "data" | "label" | "slot" | "span" | "style" | "title" | "pattern" | "className" | "color" | "content" | "translate" | "default" | "hidden" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "wrap" | "key" | "rows" | "align" | "as" | "size" | "open" | "multiple" | "max" | "method" | "min" | "name" | "controls" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "valid" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "async" | "autoComplete" | "autoPlay" | "capture" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "coords" | "dateTime" | "defer" | "encType" | "frameBorder" | "headers" | "high" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "minLength" | "muted" | "noValidate" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "srcDoc" | "srcLang" | "step" | "wmode"> & React$1.RefAttributes<any> & {
|
|
284
284
|
theme?: _storybook_theming.Theme;
|
|
285
285
|
} & {
|
|
286
286
|
size?: Sizes;
|
|
@@ -290,12 +290,12 @@ declare const Form: _storybook_theming.StyledComponent<{
|
|
|
290
290
|
}, {}, {}> & {
|
|
291
291
|
displayName: string;
|
|
292
292
|
};
|
|
293
|
-
Select: _storybook_theming.StyledComponent<Omit<
|
|
293
|
+
Select: _storybook_theming.StyledComponent<Omit<React$1.SelectHTMLAttributes<HTMLSelectElement>, "height" | "align" | "size" | "valid"> & {
|
|
294
294
|
size?: Sizes;
|
|
295
295
|
align?: Alignments;
|
|
296
296
|
valid?: ValidationStates;
|
|
297
297
|
height?: number;
|
|
298
|
-
} &
|
|
298
|
+
} & React$1.RefAttributes<any> & {
|
|
299
299
|
theme?: _storybook_theming.Theme;
|
|
300
300
|
}, {}, {}> & {
|
|
301
301
|
displayName: string;
|
|
@@ -305,12 +305,12 @@ declare const Form: _storybook_theming.StyledComponent<{
|
|
|
305
305
|
align?: Alignments;
|
|
306
306
|
valid?: ValidationStates;
|
|
307
307
|
height?: number;
|
|
308
|
-
} &
|
|
308
|
+
} & React$1.RefAttributes<any> & {
|
|
309
309
|
theme?: _storybook_theming.Theme;
|
|
310
310
|
}, {}, {}> & {
|
|
311
311
|
displayName: string;
|
|
312
312
|
};
|
|
313
|
-
Button:
|
|
313
|
+
Button: React$1.FC<any>;
|
|
314
314
|
};
|
|
315
315
|
|
|
316
316
|
declare const top: "top";
|
|
@@ -570,13 +570,13 @@ interface WithTooltipPureProps extends Omit<Config, 'closeOnOutsideClick'>, Popp
|
|
|
570
570
|
closeOnOutsideClick?: boolean;
|
|
571
571
|
}
|
|
572
572
|
|
|
573
|
-
declare const LazyWithTooltip:
|
|
573
|
+
declare const LazyWithTooltip: React__default.LazyExoticComponent<React__default.FC<Omit<WithTooltipPureProps, "onVisibleChange"> & {
|
|
574
574
|
startOpen?: boolean;
|
|
575
575
|
onVisibleChange?: (visible: boolean) => boolean | void;
|
|
576
576
|
}>>;
|
|
577
|
-
declare const WithTooltip: (props: ComponentProps<typeof LazyWithTooltip>) => JSX.Element;
|
|
578
|
-
declare const LazyWithTooltipPure:
|
|
579
|
-
declare const WithTooltipPure: (props: ComponentProps<typeof LazyWithTooltipPure>) => JSX.Element;
|
|
577
|
+
declare const WithTooltip: (props: ComponentProps<typeof LazyWithTooltip>) => React__default.JSX.Element;
|
|
578
|
+
declare const LazyWithTooltipPure: React__default.LazyExoticComponent<React__default.FC<WithTooltipPureProps>>;
|
|
579
|
+
declare const WithTooltipPure: (props: ComponentProps<typeof LazyWithTooltipPure>) => React__default.JSX.Element;
|
|
580
580
|
|
|
581
581
|
interface TooltipMessageProps {
|
|
582
582
|
title?: ReactNode;
|
|
@@ -595,213 +595,213 @@ interface TooltipNoteProps {
|
|
|
595
595
|
declare const TooltipNote: FC<TooltipNoteProps>;
|
|
596
596
|
|
|
597
597
|
declare const icons: {
|
|
598
|
-
readonly user: JSX.Element;
|
|
599
|
-
readonly useralt: JSX.Element;
|
|
600
|
-
readonly useradd: JSX.Element;
|
|
601
|
-
readonly users: JSX.Element;
|
|
602
|
-
readonly profile: JSX.Element;
|
|
603
|
-
readonly facehappy: JSX.Element;
|
|
604
|
-
readonly faceneutral: JSX.Element;
|
|
605
|
-
readonly facesad: JSX.Element;
|
|
606
|
-
readonly accessibility: JSX.Element;
|
|
607
|
-
readonly accessibilityalt: JSX.Element;
|
|
608
|
-
readonly arrowup: JSX.Element;
|
|
609
|
-
readonly arrowdown: JSX.Element;
|
|
610
|
-
readonly arrowleft: JSX.Element;
|
|
611
|
-
readonly arrowright: JSX.Element;
|
|
612
|
-
readonly arrowupalt: JSX.Element;
|
|
613
|
-
readonly arrowdownalt: JSX.Element;
|
|
614
|
-
readonly arrowleftalt: JSX.Element;
|
|
615
|
-
readonly arrowrightalt: JSX.Element;
|
|
616
|
-
readonly expandalt: JSX.Element;
|
|
617
|
-
readonly collapse: JSX.Element;
|
|
618
|
-
readonly expand: JSX.Element;
|
|
619
|
-
readonly unfold: JSX.Element;
|
|
620
|
-
readonly transfer: JSX.Element;
|
|
621
|
-
readonly redirect: JSX.Element;
|
|
622
|
-
readonly undo: JSX.Element;
|
|
623
|
-
readonly reply: JSX.Element;
|
|
624
|
-
readonly sync: JSX.Element;
|
|
625
|
-
readonly upload: JSX.Element;
|
|
626
|
-
readonly download: JSX.Element;
|
|
627
|
-
readonly back: JSX.Element;
|
|
628
|
-
readonly proceed: JSX.Element;
|
|
629
|
-
readonly refresh: JSX.Element;
|
|
630
|
-
readonly globe: JSX.Element;
|
|
631
|
-
readonly compass: JSX.Element;
|
|
632
|
-
readonly location: JSX.Element;
|
|
633
|
-
readonly pin: JSX.Element;
|
|
634
|
-
readonly time: JSX.Element;
|
|
635
|
-
readonly dashboard: JSX.Element;
|
|
636
|
-
readonly timer: JSX.Element;
|
|
637
|
-
readonly home: JSX.Element;
|
|
638
|
-
readonly admin: JSX.Element;
|
|
639
|
-
readonly info: JSX.Element;
|
|
640
|
-
readonly question: JSX.Element;
|
|
641
|
-
readonly support: JSX.Element;
|
|
642
|
-
readonly alert: JSX.Element;
|
|
643
|
-
readonly email: JSX.Element;
|
|
644
|
-
readonly phone: JSX.Element;
|
|
645
|
-
readonly link: JSX.Element;
|
|
646
|
-
readonly unlink: JSX.Element;
|
|
647
|
-
readonly bell: JSX.Element;
|
|
648
|
-
readonly rss: JSX.Element;
|
|
649
|
-
readonly sharealt: JSX.Element;
|
|
650
|
-
readonly share: JSX.Element;
|
|
651
|
-
readonly circlehollow: JSX.Element;
|
|
652
|
-
readonly circle: JSX.Element;
|
|
653
|
-
readonly bookmarkhollow: JSX.Element;
|
|
654
|
-
readonly bookmark: JSX.Element;
|
|
655
|
-
readonly hearthollow: JSX.Element;
|
|
656
|
-
readonly heart: JSX.Element;
|
|
657
|
-
readonly starhollow: JSX.Element;
|
|
658
|
-
readonly star: JSX.Element;
|
|
659
|
-
readonly certificate: JSX.Element;
|
|
660
|
-
readonly verified: JSX.Element;
|
|
661
|
-
readonly thumbsup: JSX.Element;
|
|
662
|
-
readonly shield: JSX.Element;
|
|
663
|
-
readonly basket: JSX.Element;
|
|
664
|
-
readonly beaker: JSX.Element;
|
|
665
|
-
readonly hourglass: JSX.Element;
|
|
666
|
-
readonly flag: JSX.Element;
|
|
667
|
-
readonly cloudhollow: JSX.Element;
|
|
668
|
-
readonly cloud: JSX.Element;
|
|
669
|
-
readonly edit: JSX.Element;
|
|
670
|
-
readonly cog: JSX.Element;
|
|
671
|
-
readonly nut: JSX.Element;
|
|
672
|
-
readonly wrench: JSX.Element;
|
|
673
|
-
readonly ellipsis: JSX.Element;
|
|
674
|
-
readonly check: JSX.Element;
|
|
675
|
-
readonly form: JSX.Element;
|
|
676
|
-
readonly batchdeny: JSX.Element;
|
|
677
|
-
readonly batchaccept: JSX.Element;
|
|
678
|
-
readonly controls: JSX.Element;
|
|
679
|
-
readonly plus: JSX.Element;
|
|
680
|
-
readonly closeAlt: JSX.Element;
|
|
681
|
-
readonly cross: JSX.Element;
|
|
682
|
-
readonly trash: JSX.Element;
|
|
683
|
-
readonly pinalt: JSX.Element;
|
|
684
|
-
readonly unpin: JSX.Element;
|
|
685
|
-
readonly add: JSX.Element;
|
|
686
|
-
readonly subtract: JSX.Element;
|
|
687
|
-
readonly close: JSX.Element;
|
|
688
|
-
readonly delete: JSX.Element;
|
|
689
|
-
readonly passed: JSX.Element;
|
|
690
|
-
readonly changed: JSX.Element;
|
|
691
|
-
readonly failed: JSX.Element;
|
|
692
|
-
readonly clear: JSX.Element;
|
|
693
|
-
readonly comment: JSX.Element;
|
|
694
|
-
readonly commentadd: JSX.Element;
|
|
695
|
-
readonly requestchange: JSX.Element;
|
|
696
|
-
readonly comments: JSX.Element;
|
|
697
|
-
readonly lock: JSX.Element;
|
|
698
|
-
readonly unlock: JSX.Element;
|
|
699
|
-
readonly key: JSX.Element;
|
|
700
|
-
readonly outbox: JSX.Element;
|
|
701
|
-
readonly credit: JSX.Element;
|
|
702
|
-
readonly button: JSX.Element;
|
|
703
|
-
readonly type: JSX.Element;
|
|
704
|
-
readonly pointerdefault: JSX.Element;
|
|
705
|
-
readonly pointerhand: JSX.Element;
|
|
706
|
-
readonly browser: JSX.Element;
|
|
707
|
-
readonly tablet: JSX.Element;
|
|
708
|
-
readonly mobile: JSX.Element;
|
|
709
|
-
readonly watch: JSX.Element;
|
|
710
|
-
readonly sidebar: JSX.Element;
|
|
711
|
-
readonly sidebaralt: JSX.Element;
|
|
712
|
-
readonly sidebaralttoggle: JSX.Element;
|
|
713
|
-
readonly sidebartoggle: JSX.Element;
|
|
714
|
-
readonly bottombar: JSX.Element;
|
|
715
|
-
readonly bottombartoggle: JSX.Element;
|
|
716
|
-
readonly cpu: JSX.Element;
|
|
717
|
-
readonly database: JSX.Element;
|
|
718
|
-
readonly memory: JSX.Element;
|
|
719
|
-
readonly structure: JSX.Element;
|
|
720
|
-
readonly box: JSX.Element;
|
|
721
|
-
readonly power: JSX.Element;
|
|
722
|
-
readonly photo: JSX.Element;
|
|
723
|
-
readonly component: JSX.Element;
|
|
724
|
-
readonly grid: JSX.Element;
|
|
725
|
-
readonly outline: JSX.Element;
|
|
726
|
-
readonly photodrag: JSX.Element;
|
|
727
|
-
readonly search: JSX.Element;
|
|
728
|
-
readonly zoom: JSX.Element;
|
|
729
|
-
readonly zoomout: JSX.Element;
|
|
730
|
-
readonly zoomreset: JSX.Element;
|
|
731
|
-
readonly eye: JSX.Element;
|
|
732
|
-
readonly eyeclose: JSX.Element;
|
|
733
|
-
readonly lightning: JSX.Element;
|
|
734
|
-
readonly lightningoff: JSX.Element;
|
|
735
|
-
readonly contrast: JSX.Element;
|
|
736
|
-
readonly switchalt: JSX.Element;
|
|
737
|
-
readonly mirror: JSX.Element;
|
|
738
|
-
readonly grow: JSX.Element;
|
|
739
|
-
readonly paintbrush: JSX.Element;
|
|
740
|
-
readonly ruler: JSX.Element;
|
|
741
|
-
readonly stop: JSX.Element;
|
|
742
|
-
readonly camera: JSX.Element;
|
|
743
|
-
readonly video: JSX.Element;
|
|
744
|
-
readonly speaker: JSX.Element;
|
|
745
|
-
readonly play: JSX.Element;
|
|
746
|
-
readonly playback: JSX.Element;
|
|
747
|
-
readonly playnext: JSX.Element;
|
|
748
|
-
readonly rewind: JSX.Element;
|
|
749
|
-
readonly fastforward: JSX.Element;
|
|
750
|
-
readonly stopalt: JSX.Element;
|
|
751
|
-
readonly sidebyside: JSX.Element;
|
|
752
|
-
readonly stacked: JSX.Element;
|
|
753
|
-
readonly sun: JSX.Element;
|
|
754
|
-
readonly moon: JSX.Element;
|
|
755
|
-
readonly book: JSX.Element;
|
|
756
|
-
readonly document: JSX.Element;
|
|
757
|
-
readonly copy: JSX.Element;
|
|
758
|
-
readonly category: JSX.Element;
|
|
759
|
-
readonly folder: JSX.Element;
|
|
760
|
-
readonly print: JSX.Element;
|
|
761
|
-
readonly graphline: JSX.Element;
|
|
762
|
-
readonly calendar: JSX.Element;
|
|
763
|
-
readonly graphbar: JSX.Element;
|
|
764
|
-
readonly menu: JSX.Element;
|
|
765
|
-
readonly menualt: JSX.Element;
|
|
766
|
-
readonly filter: JSX.Element;
|
|
767
|
-
readonly docchart: JSX.Element;
|
|
768
|
-
readonly doclist: JSX.Element;
|
|
769
|
-
readonly markup: JSX.Element;
|
|
770
|
-
readonly bold: JSX.Element;
|
|
771
|
-
readonly italic: JSX.Element;
|
|
772
|
-
readonly paperclip: JSX.Element;
|
|
773
|
-
readonly listordered: JSX.Element;
|
|
774
|
-
readonly listunordered: JSX.Element;
|
|
775
|
-
readonly paragraph: JSX.Element;
|
|
776
|
-
readonly markdown: JSX.Element;
|
|
777
|
-
readonly repository: JSX.Element;
|
|
778
|
-
readonly commit: JSX.Element;
|
|
779
|
-
readonly branch: JSX.Element;
|
|
780
|
-
readonly pullrequest: JSX.Element;
|
|
781
|
-
readonly merge: JSX.Element;
|
|
782
|
-
readonly apple: JSX.Element;
|
|
783
|
-
readonly linux: JSX.Element;
|
|
784
|
-
readonly ubuntu: JSX.Element;
|
|
785
|
-
readonly windows: JSX.Element;
|
|
786
|
-
readonly storybook: JSX.Element;
|
|
787
|
-
readonly azuredevops: JSX.Element;
|
|
788
|
-
readonly bitbucket: JSX.Element;
|
|
789
|
-
readonly chrome: JSX.Element;
|
|
790
|
-
readonly chromatic: JSX.Element;
|
|
791
|
-
readonly componentdriven: JSX.Element;
|
|
792
|
-
readonly discord: JSX.Element;
|
|
793
|
-
readonly facebook: JSX.Element;
|
|
794
|
-
readonly figma: JSX.Element;
|
|
795
|
-
readonly gdrive: JSX.Element;
|
|
796
|
-
readonly github: JSX.Element;
|
|
797
|
-
readonly gitlab: JSX.Element;
|
|
798
|
-
readonly google: JSX.Element;
|
|
799
|
-
readonly graphql: JSX.Element;
|
|
800
|
-
readonly medium: JSX.Element;
|
|
801
|
-
readonly redux: JSX.Element;
|
|
802
|
-
readonly twitter: JSX.Element;
|
|
803
|
-
readonly youtube: JSX.Element;
|
|
804
|
-
readonly vscode: JSX.Element;
|
|
598
|
+
readonly user: React__default.JSX.Element;
|
|
599
|
+
readonly useralt: React__default.JSX.Element;
|
|
600
|
+
readonly useradd: React__default.JSX.Element;
|
|
601
|
+
readonly users: React__default.JSX.Element;
|
|
602
|
+
readonly profile: React__default.JSX.Element;
|
|
603
|
+
readonly facehappy: React__default.JSX.Element;
|
|
604
|
+
readonly faceneutral: React__default.JSX.Element;
|
|
605
|
+
readonly facesad: React__default.JSX.Element;
|
|
606
|
+
readonly accessibility: React__default.JSX.Element;
|
|
607
|
+
readonly accessibilityalt: React__default.JSX.Element;
|
|
608
|
+
readonly arrowup: React__default.JSX.Element;
|
|
609
|
+
readonly arrowdown: React__default.JSX.Element;
|
|
610
|
+
readonly arrowleft: React__default.JSX.Element;
|
|
611
|
+
readonly arrowright: React__default.JSX.Element;
|
|
612
|
+
readonly arrowupalt: React__default.JSX.Element;
|
|
613
|
+
readonly arrowdownalt: React__default.JSX.Element;
|
|
614
|
+
readonly arrowleftalt: React__default.JSX.Element;
|
|
615
|
+
readonly arrowrightalt: React__default.JSX.Element;
|
|
616
|
+
readonly expandalt: React__default.JSX.Element;
|
|
617
|
+
readonly collapse: React__default.JSX.Element;
|
|
618
|
+
readonly expand: React__default.JSX.Element;
|
|
619
|
+
readonly unfold: React__default.JSX.Element;
|
|
620
|
+
readonly transfer: React__default.JSX.Element;
|
|
621
|
+
readonly redirect: React__default.JSX.Element;
|
|
622
|
+
readonly undo: React__default.JSX.Element;
|
|
623
|
+
readonly reply: React__default.JSX.Element;
|
|
624
|
+
readonly sync: React__default.JSX.Element;
|
|
625
|
+
readonly upload: React__default.JSX.Element;
|
|
626
|
+
readonly download: React__default.JSX.Element;
|
|
627
|
+
readonly back: React__default.JSX.Element;
|
|
628
|
+
readonly proceed: React__default.JSX.Element;
|
|
629
|
+
readonly refresh: React__default.JSX.Element;
|
|
630
|
+
readonly globe: React__default.JSX.Element;
|
|
631
|
+
readonly compass: React__default.JSX.Element;
|
|
632
|
+
readonly location: React__default.JSX.Element;
|
|
633
|
+
readonly pin: React__default.JSX.Element;
|
|
634
|
+
readonly time: React__default.JSX.Element;
|
|
635
|
+
readonly dashboard: React__default.JSX.Element;
|
|
636
|
+
readonly timer: React__default.JSX.Element;
|
|
637
|
+
readonly home: React__default.JSX.Element;
|
|
638
|
+
readonly admin: React__default.JSX.Element;
|
|
639
|
+
readonly info: React__default.JSX.Element;
|
|
640
|
+
readonly question: React__default.JSX.Element;
|
|
641
|
+
readonly support: React__default.JSX.Element;
|
|
642
|
+
readonly alert: React__default.JSX.Element;
|
|
643
|
+
readonly email: React__default.JSX.Element;
|
|
644
|
+
readonly phone: React__default.JSX.Element;
|
|
645
|
+
readonly link: React__default.JSX.Element;
|
|
646
|
+
readonly unlink: React__default.JSX.Element;
|
|
647
|
+
readonly bell: React__default.JSX.Element;
|
|
648
|
+
readonly rss: React__default.JSX.Element;
|
|
649
|
+
readonly sharealt: React__default.JSX.Element;
|
|
650
|
+
readonly share: React__default.JSX.Element;
|
|
651
|
+
readonly circlehollow: React__default.JSX.Element;
|
|
652
|
+
readonly circle: React__default.JSX.Element;
|
|
653
|
+
readonly bookmarkhollow: React__default.JSX.Element;
|
|
654
|
+
readonly bookmark: React__default.JSX.Element;
|
|
655
|
+
readonly hearthollow: React__default.JSX.Element;
|
|
656
|
+
readonly heart: React__default.JSX.Element;
|
|
657
|
+
readonly starhollow: React__default.JSX.Element;
|
|
658
|
+
readonly star: React__default.JSX.Element;
|
|
659
|
+
readonly certificate: React__default.JSX.Element;
|
|
660
|
+
readonly verified: React__default.JSX.Element;
|
|
661
|
+
readonly thumbsup: React__default.JSX.Element;
|
|
662
|
+
readonly shield: React__default.JSX.Element;
|
|
663
|
+
readonly basket: React__default.JSX.Element;
|
|
664
|
+
readonly beaker: React__default.JSX.Element;
|
|
665
|
+
readonly hourglass: React__default.JSX.Element;
|
|
666
|
+
readonly flag: React__default.JSX.Element;
|
|
667
|
+
readonly cloudhollow: React__default.JSX.Element;
|
|
668
|
+
readonly cloud: React__default.JSX.Element;
|
|
669
|
+
readonly edit: React__default.JSX.Element;
|
|
670
|
+
readonly cog: React__default.JSX.Element;
|
|
671
|
+
readonly nut: React__default.JSX.Element;
|
|
672
|
+
readonly wrench: React__default.JSX.Element;
|
|
673
|
+
readonly ellipsis: React__default.JSX.Element;
|
|
674
|
+
readonly check: React__default.JSX.Element;
|
|
675
|
+
readonly form: React__default.JSX.Element;
|
|
676
|
+
readonly batchdeny: React__default.JSX.Element;
|
|
677
|
+
readonly batchaccept: React__default.JSX.Element;
|
|
678
|
+
readonly controls: React__default.JSX.Element;
|
|
679
|
+
readonly plus: React__default.JSX.Element;
|
|
680
|
+
readonly closeAlt: React__default.JSX.Element;
|
|
681
|
+
readonly cross: React__default.JSX.Element;
|
|
682
|
+
readonly trash: React__default.JSX.Element;
|
|
683
|
+
readonly pinalt: React__default.JSX.Element;
|
|
684
|
+
readonly unpin: React__default.JSX.Element;
|
|
685
|
+
readonly add: React__default.JSX.Element;
|
|
686
|
+
readonly subtract: React__default.JSX.Element;
|
|
687
|
+
readonly close: React__default.JSX.Element;
|
|
688
|
+
readonly delete: React__default.JSX.Element;
|
|
689
|
+
readonly passed: React__default.JSX.Element;
|
|
690
|
+
readonly changed: React__default.JSX.Element;
|
|
691
|
+
readonly failed: React__default.JSX.Element;
|
|
692
|
+
readonly clear: React__default.JSX.Element;
|
|
693
|
+
readonly comment: React__default.JSX.Element;
|
|
694
|
+
readonly commentadd: React__default.JSX.Element;
|
|
695
|
+
readonly requestchange: React__default.JSX.Element;
|
|
696
|
+
readonly comments: React__default.JSX.Element;
|
|
697
|
+
readonly lock: React__default.JSX.Element;
|
|
698
|
+
readonly unlock: React__default.JSX.Element;
|
|
699
|
+
readonly key: React__default.JSX.Element;
|
|
700
|
+
readonly outbox: React__default.JSX.Element;
|
|
701
|
+
readonly credit: React__default.JSX.Element;
|
|
702
|
+
readonly button: React__default.JSX.Element;
|
|
703
|
+
readonly type: React__default.JSX.Element;
|
|
704
|
+
readonly pointerdefault: React__default.JSX.Element;
|
|
705
|
+
readonly pointerhand: React__default.JSX.Element;
|
|
706
|
+
readonly browser: React__default.JSX.Element;
|
|
707
|
+
readonly tablet: React__default.JSX.Element;
|
|
708
|
+
readonly mobile: React__default.JSX.Element;
|
|
709
|
+
readonly watch: React__default.JSX.Element;
|
|
710
|
+
readonly sidebar: React__default.JSX.Element;
|
|
711
|
+
readonly sidebaralt: React__default.JSX.Element;
|
|
712
|
+
readonly sidebaralttoggle: React__default.JSX.Element;
|
|
713
|
+
readonly sidebartoggle: React__default.JSX.Element;
|
|
714
|
+
readonly bottombar: React__default.JSX.Element;
|
|
715
|
+
readonly bottombartoggle: React__default.JSX.Element;
|
|
716
|
+
readonly cpu: React__default.JSX.Element;
|
|
717
|
+
readonly database: React__default.JSX.Element;
|
|
718
|
+
readonly memory: React__default.JSX.Element;
|
|
719
|
+
readonly structure: React__default.JSX.Element;
|
|
720
|
+
readonly box: React__default.JSX.Element;
|
|
721
|
+
readonly power: React__default.JSX.Element;
|
|
722
|
+
readonly photo: React__default.JSX.Element;
|
|
723
|
+
readonly component: React__default.JSX.Element;
|
|
724
|
+
readonly grid: React__default.JSX.Element;
|
|
725
|
+
readonly outline: React__default.JSX.Element;
|
|
726
|
+
readonly photodrag: React__default.JSX.Element;
|
|
727
|
+
readonly search: React__default.JSX.Element;
|
|
728
|
+
readonly zoom: React__default.JSX.Element;
|
|
729
|
+
readonly zoomout: React__default.JSX.Element;
|
|
730
|
+
readonly zoomreset: React__default.JSX.Element;
|
|
731
|
+
readonly eye: React__default.JSX.Element;
|
|
732
|
+
readonly eyeclose: React__default.JSX.Element;
|
|
733
|
+
readonly lightning: React__default.JSX.Element;
|
|
734
|
+
readonly lightningoff: React__default.JSX.Element;
|
|
735
|
+
readonly contrast: React__default.JSX.Element;
|
|
736
|
+
readonly switchalt: React__default.JSX.Element;
|
|
737
|
+
readonly mirror: React__default.JSX.Element;
|
|
738
|
+
readonly grow: React__default.JSX.Element;
|
|
739
|
+
readonly paintbrush: React__default.JSX.Element;
|
|
740
|
+
readonly ruler: React__default.JSX.Element;
|
|
741
|
+
readonly stop: React__default.JSX.Element;
|
|
742
|
+
readonly camera: React__default.JSX.Element;
|
|
743
|
+
readonly video: React__default.JSX.Element;
|
|
744
|
+
readonly speaker: React__default.JSX.Element;
|
|
745
|
+
readonly play: React__default.JSX.Element;
|
|
746
|
+
readonly playback: React__default.JSX.Element;
|
|
747
|
+
readonly playnext: React__default.JSX.Element;
|
|
748
|
+
readonly rewind: React__default.JSX.Element;
|
|
749
|
+
readonly fastforward: React__default.JSX.Element;
|
|
750
|
+
readonly stopalt: React__default.JSX.Element;
|
|
751
|
+
readonly sidebyside: React__default.JSX.Element;
|
|
752
|
+
readonly stacked: React__default.JSX.Element;
|
|
753
|
+
readonly sun: React__default.JSX.Element;
|
|
754
|
+
readonly moon: React__default.JSX.Element;
|
|
755
|
+
readonly book: React__default.JSX.Element;
|
|
756
|
+
readonly document: React__default.JSX.Element;
|
|
757
|
+
readonly copy: React__default.JSX.Element;
|
|
758
|
+
readonly category: React__default.JSX.Element;
|
|
759
|
+
readonly folder: React__default.JSX.Element;
|
|
760
|
+
readonly print: React__default.JSX.Element;
|
|
761
|
+
readonly graphline: React__default.JSX.Element;
|
|
762
|
+
readonly calendar: React__default.JSX.Element;
|
|
763
|
+
readonly graphbar: React__default.JSX.Element;
|
|
764
|
+
readonly menu: React__default.JSX.Element;
|
|
765
|
+
readonly menualt: React__default.JSX.Element;
|
|
766
|
+
readonly filter: React__default.JSX.Element;
|
|
767
|
+
readonly docchart: React__default.JSX.Element;
|
|
768
|
+
readonly doclist: React__default.JSX.Element;
|
|
769
|
+
readonly markup: React__default.JSX.Element;
|
|
770
|
+
readonly bold: React__default.JSX.Element;
|
|
771
|
+
readonly italic: React__default.JSX.Element;
|
|
772
|
+
readonly paperclip: React__default.JSX.Element;
|
|
773
|
+
readonly listordered: React__default.JSX.Element;
|
|
774
|
+
readonly listunordered: React__default.JSX.Element;
|
|
775
|
+
readonly paragraph: React__default.JSX.Element;
|
|
776
|
+
readonly markdown: React__default.JSX.Element;
|
|
777
|
+
readonly repository: React__default.JSX.Element;
|
|
778
|
+
readonly commit: React__default.JSX.Element;
|
|
779
|
+
readonly branch: React__default.JSX.Element;
|
|
780
|
+
readonly pullrequest: React__default.JSX.Element;
|
|
781
|
+
readonly merge: React__default.JSX.Element;
|
|
782
|
+
readonly apple: React__default.JSX.Element;
|
|
783
|
+
readonly linux: React__default.JSX.Element;
|
|
784
|
+
readonly ubuntu: React__default.JSX.Element;
|
|
785
|
+
readonly windows: React__default.JSX.Element;
|
|
786
|
+
readonly storybook: React__default.JSX.Element;
|
|
787
|
+
readonly azuredevops: React__default.JSX.Element;
|
|
788
|
+
readonly bitbucket: React__default.JSX.Element;
|
|
789
|
+
readonly chrome: React__default.JSX.Element;
|
|
790
|
+
readonly chromatic: React__default.JSX.Element;
|
|
791
|
+
readonly componentdriven: React__default.JSX.Element;
|
|
792
|
+
readonly discord: React__default.JSX.Element;
|
|
793
|
+
readonly facebook: React__default.JSX.Element;
|
|
794
|
+
readonly figma: React__default.JSX.Element;
|
|
795
|
+
readonly gdrive: React__default.JSX.Element;
|
|
796
|
+
readonly github: React__default.JSX.Element;
|
|
797
|
+
readonly gitlab: React__default.JSX.Element;
|
|
798
|
+
readonly google: React__default.JSX.Element;
|
|
799
|
+
readonly graphql: React__default.JSX.Element;
|
|
800
|
+
readonly medium: React__default.JSX.Element;
|
|
801
|
+
readonly redux: React__default.JSX.Element;
|
|
802
|
+
readonly twitter: React__default.JSX.Element;
|
|
803
|
+
readonly youtube: React__default.JSX.Element;
|
|
804
|
+
readonly vscode: React__default.JSX.Element;
|
|
805
805
|
};
|
|
806
806
|
type IconKey = keyof typeof icons;
|
|
807
807
|
|
|
@@ -810,8 +810,8 @@ interface ItemProps {
|
|
|
810
810
|
}
|
|
811
811
|
declare const Item: _storybook_theming.StyledComponent<{
|
|
812
812
|
theme?: _storybook_theming.Theme;
|
|
813
|
-
as?:
|
|
814
|
-
} & ItemProps,
|
|
813
|
+
as?: React__default.ElementType<any>;
|
|
814
|
+
} & ItemProps, React__default.DetailedHTMLProps<React__default.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {}>;
|
|
815
815
|
type LinkWrapperType = FC<any>;
|
|
816
816
|
interface ListItemProps extends Omit<ComponentProps<typeof Item>, 'href' | 'title'> {
|
|
817
817
|
loading?: boolean;
|
|
@@ -845,8 +845,8 @@ declare const TooltipLinkList: FC<TooltipLinkListProps>;
|
|
|
845
845
|
|
|
846
846
|
declare const TabBar: _storybook_theming.StyledComponent<{
|
|
847
847
|
theme?: _storybook_theming.Theme;
|
|
848
|
-
as?:
|
|
849
|
-
},
|
|
848
|
+
as?: React__default.ElementType<any>;
|
|
849
|
+
}, React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
850
850
|
interface TabWrapperProps {
|
|
851
851
|
active: boolean;
|
|
852
852
|
render?: () => JSX.Element;
|
|
@@ -887,7 +887,7 @@ declare class TabsState extends Component<TabsStateProps, TabsStateState> {
|
|
|
887
887
|
handlers: {
|
|
888
888
|
onSelect: (id: string) => void;
|
|
889
889
|
};
|
|
890
|
-
render(): JSX.Element;
|
|
890
|
+
render(): React__default.JSX.Element;
|
|
891
891
|
}
|
|
892
892
|
|
|
893
893
|
interface BarButtonProps extends DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> {
|
|
@@ -902,29 +902,29 @@ interface TabButtonProps {
|
|
|
902
902
|
active?: boolean;
|
|
903
903
|
textColor?: string;
|
|
904
904
|
}
|
|
905
|
-
declare const TabButton: _storybook_theming.StyledComponent<Pick<BarButtonProps | BarLinkProps, "href" | "target" | "type" | "slot" | "style" | "title" | "className" | "color" | "content" | "translate" | "hidden" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "key"> &
|
|
905
|
+
declare const TabButton: _storybook_theming.StyledComponent<Pick<BarButtonProps | BarLinkProps, "href" | "target" | "type" | "slot" | "style" | "title" | "className" | "color" | "content" | "translate" | "hidden" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "key"> & React__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
|
|
906
906
|
theme?: _storybook_theming.Theme;
|
|
907
907
|
} & TabButtonProps, {}, {}>;
|
|
908
908
|
interface IconButtonProps {
|
|
909
909
|
active?: boolean;
|
|
910
910
|
disabled?: boolean;
|
|
911
911
|
}
|
|
912
|
-
declare const IconButton: _storybook_theming.StyledComponent<Pick<BarButtonProps | BarLinkProps, "href" | "target" | "type" | "slot" | "style" | "title" | "className" | "color" | "content" | "translate" | "hidden" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "key"> &
|
|
912
|
+
declare const IconButton: _storybook_theming.StyledComponent<Pick<BarButtonProps | BarLinkProps, "href" | "target" | "type" | "slot" | "style" | "title" | "className" | "color" | "content" | "translate" | "hidden" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "key"> & React__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
|
|
913
913
|
theme?: _storybook_theming.Theme;
|
|
914
914
|
} & IconButtonProps, {}, {}>;
|
|
915
|
-
declare const IconButtonSkeleton: () => JSX.Element;
|
|
915
|
+
declare const IconButtonSkeleton: () => React__default.JSX.Element;
|
|
916
916
|
|
|
917
917
|
declare const Separator: _storybook_theming.StyledComponent<{
|
|
918
918
|
theme?: _storybook_theming.Theme;
|
|
919
|
-
as?:
|
|
920
|
-
} & SeparatorProps,
|
|
919
|
+
as?: React__default.ElementType<any>;
|
|
920
|
+
} & SeparatorProps, React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
921
921
|
declare const interleaveSeparators: (list: any[]) => any;
|
|
922
922
|
interface SeparatorProps {
|
|
923
923
|
force?: boolean;
|
|
924
924
|
}
|
|
925
925
|
|
|
926
926
|
declare const Bar: _storybook_theming.StyledComponent<ScrollAreaProps & {
|
|
927
|
-
children?:
|
|
927
|
+
children?: React__default.ReactNode;
|
|
928
928
|
} & {
|
|
929
929
|
scrollable?: boolean;
|
|
930
930
|
} & {
|
|
@@ -943,12 +943,12 @@ interface AddonPanelProps {
|
|
|
943
943
|
active: boolean;
|
|
944
944
|
children: ReactNode;
|
|
945
945
|
}
|
|
946
|
-
declare const AddonPanel: ({ active, children }: AddonPanelProps) => JSX.Element;
|
|
946
|
+
declare const AddonPanel: ({ active, children }: AddonPanelProps) => React__default.JSX.Element;
|
|
947
947
|
|
|
948
948
|
declare const Svg: _storybook_theming.StyledComponent<{
|
|
949
949
|
theme?: _storybook_theming.Theme;
|
|
950
|
-
as?:
|
|
951
|
-
},
|
|
950
|
+
as?: React__default.ElementType<any>;
|
|
951
|
+
}, React__default.SVGProps<SVGSVGElement>, {}>;
|
|
952
952
|
interface IconsProps extends ComponentProps<typeof Svg> {
|
|
953
953
|
icon: IconType;
|
|
954
954
|
useSymbol?: boolean;
|
|
@@ -958,7 +958,7 @@ type IconType = keyof typeof icons;
|
|
|
958
958
|
interface SymbolsProps extends ComponentProps<typeof Svg> {
|
|
959
959
|
icons?: IconKey[];
|
|
960
960
|
}
|
|
961
|
-
declare const Symbols:
|
|
961
|
+
declare const Symbols: React__default.NamedExoticComponent<SymbolsProps>;
|
|
962
962
|
|
|
963
963
|
declare const StorybookLogo: FC<{
|
|
964
964
|
alt: string;
|
|
@@ -968,8 +968,8 @@ declare const StorybookIcon: FC;
|
|
|
968
968
|
|
|
969
969
|
declare const ProgressWrapper: _storybook_theming.StyledComponent<{
|
|
970
970
|
theme?: _storybook_theming.Theme;
|
|
971
|
-
as?:
|
|
972
|
-
},
|
|
971
|
+
as?: React__default.ElementType<any>;
|
|
972
|
+
}, React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
973
973
|
interface Progress {
|
|
974
974
|
value: number;
|
|
975
975
|
message: string;
|
|
@@ -1002,8 +1002,8 @@ declare const nameSpaceClassNames: ({ ...props }: {
|
|
|
1002
1002
|
*/
|
|
1003
1003
|
declare const ResetWrapper: _storybook_theming.StyledComponent<{
|
|
1004
1004
|
theme?: _storybook_theming.Theme;
|
|
1005
|
-
as?:
|
|
1006
|
-
},
|
|
1005
|
+
as?: React$1.ElementType<any>;
|
|
1006
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1007
1007
|
|
|
1008
1008
|
declare const codeCommon: ({ theme }: {
|
|
1009
1009
|
theme: Theme;
|
|
@@ -1013,28 +1013,28 @@ declare const withReset: ({ theme }: {
|
|
|
1013
1013
|
}) => CSSObject;
|
|
1014
1014
|
|
|
1015
1015
|
declare const components: {
|
|
1016
|
-
h1: (props:
|
|
1017
|
-
h2: (props:
|
|
1018
|
-
h3: (props:
|
|
1019
|
-
h4: (props:
|
|
1020
|
-
h5: (props:
|
|
1021
|
-
h6: (props:
|
|
1022
|
-
pre: (props:
|
|
1023
|
-
a: (props:
|
|
1024
|
-
hr: (props:
|
|
1025
|
-
dl: (props:
|
|
1026
|
-
blockquote: (props:
|
|
1027
|
-
table: (props:
|
|
1028
|
-
img: (props:
|
|
1029
|
-
div: (props:
|
|
1030
|
-
span: (props:
|
|
1031
|
-
li: (props:
|
|
1032
|
-
ul: (props:
|
|
1033
|
-
ol: (props:
|
|
1034
|
-
p: (props:
|
|
1035
|
-
code: (props:
|
|
1036
|
-
tt: (props:
|
|
1037
|
-
resetwrapper: (props:
|
|
1016
|
+
h1: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>) => React$1.JSX.Element;
|
|
1017
|
+
h2: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>) => React$1.JSX.Element;
|
|
1018
|
+
h3: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>) => React$1.JSX.Element;
|
|
1019
|
+
h4: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>) => React$1.JSX.Element;
|
|
1020
|
+
h5: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>) => React$1.JSX.Element;
|
|
1021
|
+
h6: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>) => React$1.JSX.Element;
|
|
1022
|
+
pre: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLPreElement>, HTMLPreElement>) => React$1.JSX.Element;
|
|
1023
|
+
a: (props: React$1.DetailedHTMLProps<React$1.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>) => React$1.JSX.Element;
|
|
1024
|
+
hr: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHRElement>, HTMLHRElement>) => React$1.JSX.Element;
|
|
1025
|
+
dl: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDListElement>, HTMLDListElement>) => React$1.JSX.Element;
|
|
1026
|
+
blockquote: (props: React$1.DetailedHTMLProps<React$1.BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>) => React$1.JSX.Element;
|
|
1027
|
+
table: (props: React$1.DetailedHTMLProps<React$1.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>) => React$1.JSX.Element;
|
|
1028
|
+
img: (props: React$1.DetailedHTMLProps<React$1.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>) => React$1.JSX.Element;
|
|
1029
|
+
div: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>) => React$1.JSX.Element;
|
|
1030
|
+
span: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>) => React$1.JSX.Element;
|
|
1031
|
+
li: (props: React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>) => React$1.JSX.Element;
|
|
1032
|
+
ul: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLUListElement>, HTMLUListElement>) => React$1.JSX.Element;
|
|
1033
|
+
ol: (props: React$1.DetailedHTMLProps<React$1.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>) => React$1.JSX.Element;
|
|
1034
|
+
p: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>) => React$1.JSX.Element;
|
|
1035
|
+
code: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement>) => React$1.JSX.Element;
|
|
1036
|
+
tt: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>) => React$1.JSX.Element;
|
|
1037
|
+
resetwrapper: (props: React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>) => React$1.JSX.Element;
|
|
1038
1038
|
};
|
|
1039
1039
|
declare const resetComponents: Record<string, ElementType>;
|
|
1040
1040
|
|