@koine/react 1.0.20 → 1.0.23
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/Carousel/CarouselCss.js +1 -2
- package/Details/Details.js +1 -3
- package/Forms/Toggle/Toggle.js +1 -2
- package/Rating/Rating.js +1 -2
- package/Tabs/TabsMui.d.ts +18 -126
- package/Tabs/tw/bare.d.ts +18 -126
- package/Tabs/tw/material.d.ts +30 -246
- package/Tabs/useTabs.js +1 -2
- package/node/Carousel/CarouselCss.js +1 -2
- package/node/Details/Details.js +1 -2
- package/node/Forms/Toggle/Toggle.js +2 -3
- package/node/Rating/Rating.js +2 -3
- package/node/Tabs/useTabs.js +1 -2
- package/package.json +8 -8
package/Tabs/tw/bare.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export type { KoineTabsProps } from "../TabsMui";
|
|
|
4
4
|
export declare const Root: import("react").ForwardRefExoticComponent<Pick<{
|
|
5
5
|
className?: string | undefined;
|
|
6
6
|
ref?: import("react").Ref<any> | undefined;
|
|
7
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsUnstyled
|
|
7
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsUnstyled").TabsUnstyledTypeMap<{}, "div">>>>;
|
|
8
8
|
export declare const List: import("react").ForwardRefExoticComponent<Pick<{
|
|
9
9
|
className?: string | undefined;
|
|
10
10
|
ref?: import("react").Ref<any> | undefined;
|
|
@@ -12,9 +12,9 @@ export declare const List: import("react").ForwardRefExoticComponent<Pick<{
|
|
|
12
12
|
export declare const Tab: import("react").ForwardRefExoticComponent<Pick<{
|
|
13
13
|
className?: string | undefined;
|
|
14
14
|
ref?: import("react").Ref<any> | undefined;
|
|
15
|
-
}, "className"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Pick<import("@mui/base/TabUnstyled
|
|
15
|
+
}, "className"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Pick<import("@mui/base/TabUnstyled").TabUnstyledOwnProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
16
16
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
17
|
-
}, keyof import("@mui/base/TabUnstyled
|
|
17
|
+
}, keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps> & {
|
|
18
18
|
component?: "button" | undefined;
|
|
19
19
|
} & {
|
|
20
20
|
Indicator?: import("react").ElementType<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof import("react").HTMLAttributes<HTMLSpanElement>>, "style" | "onDrag" | "onDragEnd" | "onDragStart" | "onAnimationStart" | "onAnimationEnd"> & Pick<{
|
|
@@ -23,29 +23,11 @@ export declare const Tab: import("react").ForwardRefExoticComponent<Pick<{
|
|
|
23
23
|
setFocusVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
24
24
|
disabled: boolean;
|
|
25
25
|
active: boolean;
|
|
26
|
-
getRootProps:
|
|
27
|
-
role: string;
|
|
28
|
-
'aria-controls': string | null;
|
|
29
|
-
id: string | null;
|
|
30
|
-
'aria-selected': boolean;
|
|
31
|
-
disabled: boolean;
|
|
32
|
-
onClick: (event: import("react").MouseEvent<Element, MouseEvent>) => void;
|
|
33
|
-
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
34
|
-
tabIndex?: number | undefined;
|
|
35
|
-
type?: "button" | "reset" | "submit" | undefined;
|
|
36
|
-
onBlur: import("react").FocusEventHandler<Element>;
|
|
37
|
-
onFocus: import("react").FocusEventHandler<Element>;
|
|
38
|
-
onKeyDown: import("react").KeyboardEventHandler<Element>;
|
|
39
|
-
onKeyUp: import("react").KeyboardEventHandler<Element>;
|
|
40
|
-
onMouseDown: import("react").MouseEventHandler<Element>;
|
|
41
|
-
onMouseLeave: import("react").MouseEventHandler<Element>;
|
|
42
|
-
onMouseUp: import("react").MouseEventHandler<Element>;
|
|
43
|
-
ref: import("react").Ref<any>;
|
|
44
|
-
};
|
|
26
|
+
getRootProps: <TOther extends import("@mui/base/utils").EventHandlers>(otherHandlers?: TOther | undefined) => import("@mui/base/TabUnstyled").UseTabRootSlotProps<TOther>;
|
|
45
27
|
}, "disabled" | "selected" | "active"> & {
|
|
46
28
|
children?: import("react").ReactNode;
|
|
47
29
|
}> | undefined;
|
|
48
|
-
}, "key" | "id" | "title" | "color" | "form" | "slot" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "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" | "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" | "name" | "component" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | keyof import("@mui/base/TabUnstyled
|
|
30
|
+
}, "key" | "id" | "title" | "color" | "form" | "slot" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "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" | "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" | "name" | "component" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps | "Indicator"> & import("react").RefAttributes<unknown>>>>;
|
|
49
31
|
export declare const Indicator: import("react").ForwardRefExoticComponent<Pick<{
|
|
50
32
|
className?: string | undefined;
|
|
51
33
|
ref?: import("react").Ref<any> | undefined;
|
|
@@ -55,25 +37,7 @@ export declare const Indicator: import("react").ForwardRefExoticComponent<Pick<{
|
|
|
55
37
|
setFocusVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
56
38
|
disabled: boolean;
|
|
57
39
|
active: boolean;
|
|
58
|
-
getRootProps:
|
|
59
|
-
role: string;
|
|
60
|
-
'aria-controls': string | null;
|
|
61
|
-
id: string | null;
|
|
62
|
-
'aria-selected': boolean;
|
|
63
|
-
disabled: boolean;
|
|
64
|
-
onClick: (event: import("react").MouseEvent<Element, MouseEvent>) => void;
|
|
65
|
-
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
66
|
-
tabIndex?: number | undefined;
|
|
67
|
-
type?: "button" | "reset" | "submit" | undefined;
|
|
68
|
-
onBlur: import("react").FocusEventHandler<Element>;
|
|
69
|
-
onFocus: import("react").FocusEventHandler<Element>;
|
|
70
|
-
onKeyDown: import("react").KeyboardEventHandler<Element>;
|
|
71
|
-
onKeyUp: import("react").KeyboardEventHandler<Element>;
|
|
72
|
-
onMouseDown: import("react").MouseEventHandler<Element>;
|
|
73
|
-
onMouseLeave: import("react").MouseEventHandler<Element>;
|
|
74
|
-
onMouseUp: import("react").MouseEventHandler<Element>;
|
|
75
|
-
ref: import("react").Ref<any>;
|
|
76
|
-
};
|
|
40
|
+
getRootProps: <TOther extends import("@mui/base/utils").EventHandlers>(otherHandlers?: TOther | undefined) => import("@mui/base/TabUnstyled").UseTabRootSlotProps<TOther>;
|
|
77
41
|
}, "disabled" | "selected" | "active"> & {
|
|
78
42
|
children?: import("react").ReactNode;
|
|
79
43
|
}>>>;
|
|
@@ -85,7 +49,7 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
85
49
|
Root: import("react").ForwardRefExoticComponent<Pick<{
|
|
86
50
|
className?: string | undefined;
|
|
87
51
|
ref?: import("react").Ref<any> | undefined;
|
|
88
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsUnstyled
|
|
52
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsUnstyled").TabsUnstyledTypeMap<{}, "div">>>>;
|
|
89
53
|
List: import("react").ForwardRefExoticComponent<Pick<{
|
|
90
54
|
className?: string | undefined;
|
|
91
55
|
ref?: import("react").Ref<any> | undefined;
|
|
@@ -93,9 +57,9 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
93
57
|
Tab: import("react").ForwardRefExoticComponent<Pick<{
|
|
94
58
|
className?: string | undefined;
|
|
95
59
|
ref?: import("react").Ref<any> | undefined;
|
|
96
|
-
}, "className"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Pick<import("@mui/base/TabUnstyled
|
|
60
|
+
}, "className"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Pick<import("@mui/base/TabUnstyled").TabUnstyledOwnProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
97
61
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
98
|
-
}, keyof import("@mui/base/TabUnstyled
|
|
62
|
+
}, keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps> & {
|
|
99
63
|
component?: "button" | undefined;
|
|
100
64
|
} & {
|
|
101
65
|
Indicator?: import("react").ElementType<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof import("react").HTMLAttributes<HTMLSpanElement>>, "style" | "onDrag" | "onDragEnd" | "onDragStart" | "onAnimationStart" | "onAnimationEnd"> & Pick<{
|
|
@@ -104,29 +68,11 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
104
68
|
setFocusVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
105
69
|
disabled: boolean;
|
|
106
70
|
active: boolean;
|
|
107
|
-
getRootProps:
|
|
108
|
-
role: string;
|
|
109
|
-
'aria-controls': string | null;
|
|
110
|
-
id: string | null;
|
|
111
|
-
'aria-selected': boolean;
|
|
112
|
-
disabled: boolean;
|
|
113
|
-
onClick: (event: import("react").MouseEvent<Element, MouseEvent>) => void;
|
|
114
|
-
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
115
|
-
tabIndex?: number | undefined;
|
|
116
|
-
type?: "button" | "reset" | "submit" | undefined;
|
|
117
|
-
onBlur: import("react").FocusEventHandler<Element>;
|
|
118
|
-
onFocus: import("react").FocusEventHandler<Element>;
|
|
119
|
-
onKeyDown: import("react").KeyboardEventHandler<Element>;
|
|
120
|
-
onKeyUp: import("react").KeyboardEventHandler<Element>;
|
|
121
|
-
onMouseDown: import("react").MouseEventHandler<Element>;
|
|
122
|
-
onMouseLeave: import("react").MouseEventHandler<Element>;
|
|
123
|
-
onMouseUp: import("react").MouseEventHandler<Element>;
|
|
124
|
-
ref: import("react").Ref<any>;
|
|
125
|
-
};
|
|
71
|
+
getRootProps: <TOther extends import("@mui/base/utils").EventHandlers>(otherHandlers?: TOther | undefined) => import("@mui/base/TabUnstyled").UseTabRootSlotProps<TOther>;
|
|
126
72
|
}, "disabled" | "selected" | "active"> & {
|
|
127
73
|
children?: import("react").ReactNode;
|
|
128
74
|
}> | undefined;
|
|
129
|
-
}, "key" | "id" | "title" | "color" | "form" | "slot" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "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" | "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" | "name" | "component" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | keyof import("@mui/base/TabUnstyled
|
|
75
|
+
}, "key" | "id" | "title" | "color" | "form" | "slot" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "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" | "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" | "name" | "component" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps | "Indicator"> & import("react").RefAttributes<unknown>>>>;
|
|
130
76
|
Indicator: import("react").ForwardRefExoticComponent<Pick<{
|
|
131
77
|
className?: string | undefined;
|
|
132
78
|
ref?: import("react").Ref<any> | undefined;
|
|
@@ -136,25 +82,7 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
136
82
|
setFocusVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
137
83
|
disabled: boolean;
|
|
138
84
|
active: boolean;
|
|
139
|
-
getRootProps:
|
|
140
|
-
role: string;
|
|
141
|
-
'aria-controls': string | null;
|
|
142
|
-
id: string | null;
|
|
143
|
-
'aria-selected': boolean;
|
|
144
|
-
disabled: boolean;
|
|
145
|
-
onClick: (event: import("react").MouseEvent<Element, MouseEvent>) => void;
|
|
146
|
-
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
147
|
-
tabIndex?: number | undefined;
|
|
148
|
-
type?: "button" | "reset" | "submit" | undefined;
|
|
149
|
-
onBlur: import("react").FocusEventHandler<Element>;
|
|
150
|
-
onFocus: import("react").FocusEventHandler<Element>;
|
|
151
|
-
onKeyDown: import("react").KeyboardEventHandler<Element>;
|
|
152
|
-
onKeyUp: import("react").KeyboardEventHandler<Element>;
|
|
153
|
-
onMouseDown: import("react").MouseEventHandler<Element>;
|
|
154
|
-
onMouseLeave: import("react").MouseEventHandler<Element>;
|
|
155
|
-
onMouseUp: import("react").MouseEventHandler<Element>;
|
|
156
|
-
ref: import("react").Ref<any>;
|
|
157
|
-
};
|
|
85
|
+
getRootProps: <TOther extends import("@mui/base/utils").EventHandlers>(otherHandlers?: TOther | undefined) => import("@mui/base/TabUnstyled").UseTabRootSlotProps<TOther>;
|
|
158
86
|
}, "disabled" | "selected" | "active"> & {
|
|
159
87
|
children?: import("react").ReactNode;
|
|
160
88
|
}>>>;
|
|
@@ -167,7 +95,7 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
167
95
|
Root: import("react").ForwardRefExoticComponent<Pick<{
|
|
168
96
|
className?: string | undefined;
|
|
169
97
|
ref?: import("react").Ref<any> | undefined;
|
|
170
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsUnstyled
|
|
98
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsUnstyled").TabsUnstyledTypeMap<{}, "div">>>>;
|
|
171
99
|
List: import("react").ForwardRefExoticComponent<Pick<{
|
|
172
100
|
className?: string | undefined;
|
|
173
101
|
ref?: import("react").Ref<any> | undefined;
|
|
@@ -175,9 +103,9 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
175
103
|
Tab: import("react").ForwardRefExoticComponent<Pick<{
|
|
176
104
|
className?: string | undefined;
|
|
177
105
|
ref?: import("react").Ref<any> | undefined;
|
|
178
|
-
}, "className"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Pick<import("@mui/base/TabUnstyled
|
|
106
|
+
}, "className"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Pick<import("@mui/base/TabUnstyled").TabUnstyledOwnProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
179
107
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
180
|
-
}, keyof import("@mui/base/TabUnstyled
|
|
108
|
+
}, keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps> & {
|
|
181
109
|
component?: "button" | undefined;
|
|
182
110
|
} & {
|
|
183
111
|
Indicator?: import("react").ElementType<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof import("react").HTMLAttributes<HTMLSpanElement>>, "style" | "onDrag" | "onDragEnd" | "onDragStart" | "onAnimationStart" | "onAnimationEnd"> & Pick<{
|
|
@@ -186,29 +114,11 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
186
114
|
setFocusVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
187
115
|
disabled: boolean;
|
|
188
116
|
active: boolean;
|
|
189
|
-
getRootProps:
|
|
190
|
-
role: string;
|
|
191
|
-
'aria-controls': string | null;
|
|
192
|
-
id: string | null;
|
|
193
|
-
'aria-selected': boolean;
|
|
194
|
-
disabled: boolean;
|
|
195
|
-
onClick: (event: import("react").MouseEvent<Element, MouseEvent>) => void;
|
|
196
|
-
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
197
|
-
tabIndex?: number | undefined;
|
|
198
|
-
type?: "button" | "reset" | "submit" | undefined;
|
|
199
|
-
onBlur: import("react").FocusEventHandler<Element>;
|
|
200
|
-
onFocus: import("react").FocusEventHandler<Element>;
|
|
201
|
-
onKeyDown: import("react").KeyboardEventHandler<Element>;
|
|
202
|
-
onKeyUp: import("react").KeyboardEventHandler<Element>;
|
|
203
|
-
onMouseDown: import("react").MouseEventHandler<Element>;
|
|
204
|
-
onMouseLeave: import("react").MouseEventHandler<Element>;
|
|
205
|
-
onMouseUp: import("react").MouseEventHandler<Element>;
|
|
206
|
-
ref: import("react").Ref<any>;
|
|
207
|
-
};
|
|
117
|
+
getRootProps: <TOther extends import("@mui/base/utils").EventHandlers>(otherHandlers?: TOther | undefined) => import("@mui/base/TabUnstyled").UseTabRootSlotProps<TOther>;
|
|
208
118
|
}, "disabled" | "selected" | "active"> & {
|
|
209
119
|
children?: import("react").ReactNode;
|
|
210
120
|
}> | undefined;
|
|
211
|
-
}, "key" | "id" | "title" | "color" | "form" | "slot" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "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" | "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" | "name" | "component" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | keyof import("@mui/base/TabUnstyled
|
|
121
|
+
}, "key" | "id" | "title" | "color" | "form" | "slot" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "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" | "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" | "name" | "component" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps | "Indicator"> & import("react").RefAttributes<unknown>>>>;
|
|
212
122
|
Indicator: import("react").ForwardRefExoticComponent<Pick<{
|
|
213
123
|
className?: string | undefined;
|
|
214
124
|
ref?: import("react").Ref<any> | undefined;
|
|
@@ -218,25 +128,7 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
218
128
|
setFocusVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
219
129
|
disabled: boolean;
|
|
220
130
|
active: boolean;
|
|
221
|
-
getRootProps:
|
|
222
|
-
role: string;
|
|
223
|
-
'aria-controls': string | null;
|
|
224
|
-
id: string | null;
|
|
225
|
-
'aria-selected': boolean;
|
|
226
|
-
disabled: boolean;
|
|
227
|
-
onClick: (event: import("react").MouseEvent<Element, MouseEvent>) => void;
|
|
228
|
-
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
229
|
-
tabIndex?: number | undefined;
|
|
230
|
-
type?: "button" | "reset" | "submit" | undefined;
|
|
231
|
-
onBlur: import("react").FocusEventHandler<Element>;
|
|
232
|
-
onFocus: import("react").FocusEventHandler<Element>;
|
|
233
|
-
onKeyDown: import("react").KeyboardEventHandler<Element>;
|
|
234
|
-
onKeyUp: import("react").KeyboardEventHandler<Element>;
|
|
235
|
-
onMouseDown: import("react").MouseEventHandler<Element>;
|
|
236
|
-
onMouseLeave: import("react").MouseEventHandler<Element>;
|
|
237
|
-
onMouseUp: import("react").MouseEventHandler<Element>;
|
|
238
|
-
ref: import("react").Ref<any>;
|
|
239
|
-
};
|
|
131
|
+
getRootProps: <TOther extends import("@mui/base/utils").EventHandlers>(otherHandlers?: TOther | undefined) => import("@mui/base/TabUnstyled").UseTabRootSlotProps<TOther>;
|
|
240
132
|
}, "disabled" | "selected" | "active"> & {
|
|
241
133
|
children?: import("react").ReactNode;
|
|
242
134
|
}>>>;
|