@spicy-ui/core
Version:
A themable and extensible React UI library, ready to use out of the box
58 lines (57 loc) • 4.79 kB
TypeScript
export declare const components: {
Tooltip: import("..").ComponentThemeConfig<import("../..").TooltipProps>;
ToastContainer: import("..").ComponentThemeConfig<import("../..").ToastProviderProps>;
TextArea: import("..").ComponentThemeConfig<import("../..").TextAreaProps>;
Text: import("..").ComponentThemeConfig<import("../..").TextProps>;
Tag: import("..").ComponentThemeConfig<import("../..").TagProps>;
TagAction: import("..").ComponentThemeConfig<import("../..").TagActionProps>;
TagIconBefore: import("..").ComponentThemeConfig<import("../..").TagLabelProps>;
TagIconAfter: import("..").ComponentThemeConfig<import("../..").TagLabelProps>;
TagLabel: import("..").ComponentThemeConfig<import("../..").TagLabelProps>;
Tabs: import("..").ComponentThemeConfig<import("../..").TabsProps>;
Tab: import("..").ComponentThemeConfig<import("../..").TabProps>;
SwitchOuter: import("..").ComponentThemeConfig<import("../..").SwitchProps>;
SwitchInput: import("..").ComponentThemeConfig<import("../..").SwitchProps>;
SwitchToggle: import("..").ComponentThemeConfig<import("../..").SwitchProps>;
Spinner: import("..").ComponentThemeConfig<import("../..").SpinnerProps>;
Skeleton: import("..").ComponentThemeConfig<import("../..").SkeletonProps>;
RadioOuter: import("..").ComponentThemeConfig<import("../..").RadioProps>;
RadioInput: import("..").ComponentThemeConfig<import("../..").RadioProps>;
RadioLabel: import("..").ComponentThemeConfig<import("../..").RadioProps>;
ProgressCircular: import("..").ComponentThemeConfig<import("../../components/Progress/Circular").CircularProgressProps>;
ProgressCircularSvg: import("..").ComponentThemeConfig<import("../../components/Progress/Circular").CircularProgressProps>;
ProgressCircularShape: import("..").ComponentThemeConfig<import("../../components/Progress/Circular").CircularProgressProps>;
ProgressCircularInner: import("..").ComponentThemeConfig<import("../../components/Progress/Circular").CircularProgressProps>;
ProgressHorizontal: import("..").ComponentThemeConfig<import("../../components/Progress/Horizontal").HorizontalProgressProps>;
ProgressHorizontalIndeterminateInner: import("..").ComponentThemeConfig<import("../../components/Progress/Horizontal").HorizontalProgressProps>;
ProgressHorizontalInner: import("..").ComponentThemeConfig<import("../../components/Progress/Horizontal").HorizontalProgressProps>;
Overlay: import("..").ComponentThemeConfig<import("../..").OverlayProps>;
Modal: import("..").ComponentThemeConfig<import("../..").ModalProps>;
ModalCloseButton: import("..").ComponentThemeConfig<import("../..").ModalCloseButtonProps>;
ModalHeader: import("..").ComponentThemeConfig<import("../..").ModalHeaderProps>;
ModalBody: import("..").ComponentThemeConfig<import("../..").ModalBodyProps>;
ModalFooter: import("..").ComponentThemeConfig<import("../..").ModalFooterProps>;
Menu: import("..").ComponentThemeConfig<import("../..").MenuProps>;
MenuDivider: import("..").ComponentThemeConfig<Record<string, any>>;
MenuHeader: import("..").ComponentThemeConfig<Record<string, any>>;
MenuItem: import("..").ComponentThemeConfig<Record<string, any>>;
Link: import("..").ComponentThemeConfig<import("../..").LinkProps>;
Kbd: import("..").ComponentThemeConfig<import("../..").KbdProps>;
Input: import("..").ComponentThemeConfig<import("../..").InputProps>;
Image: import("..").ComponentThemeConfig<import("../..").ImageProps>;
Heading: import("..").ComponentThemeConfig<import("../..").HeadingProps>;
Drawer: import("..").ComponentThemeConfig<import("../..").DrawerProps>;
Divider: import("..").ComponentThemeConfig<import("../..").DividerProps>;
Container: import("..").ComponentThemeConfig<import("../..").ContainerProps>;
Code: import("..").ComponentThemeConfig<import("../..").CodeProps>;
CloseButton: import("..").ComponentThemeConfig<import("../..").CloseButtonProps>;
CheckboxOuter: import("..").ComponentThemeConfig<import("../..").CheckboxProps>;
CheckboxInput: import("..").ComponentThemeConfig<import("../..").CheckboxProps>;
CheckboxLabel: import("..").ComponentThemeConfig<import("../..").CheckboxProps>;
Button: import("..").ComponentThemeConfig<import("../..").ButtonProps>;
ButtonSpinner: import("..").ComponentThemeConfig<Record<string, any>>;
IconButton: import("..").ComponentThemeConfig<import("../..").IconButtonProps>;
Badge: import("..").ComponentThemeConfig<import("../..").BadgeProps>;
Avatar: import("..").ComponentThemeConfig<import("../..").AvatarProps>;
Alert: import("..").ComponentThemeConfig<import("../..").AlertProps>;
};