UNPKG

@spicy-ui/core

Version:

A themable and extensible React UI library, ready to use out of the box

9 lines (8 loc) 354 B
import { Meta, Story } from '@storybook/react'; import { TabsProps } from '..'; declare const _default: Meta<TabsProps>; export default _default; export declare const Usage: Story<TabsProps>; export declare const Variants: Story<TabsProps>; export declare const Disabled: Story<TabsProps>; export declare const WithReactRouter: Story<TabsProps>;