@transkripid/flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS - Transkrip.id fork
32 lines (31 loc) • 815 B
TypeScript
import type { TabsProps } from './Tabs';
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
export default _default;
export declare const Default: (args: TabsProps) => JSX.Element;
export declare const WithUnderline: {
(args: TabsProps): JSX.Element;
args: {
style: string;
};
storyName: string;
};
export declare const WithIcons: {
(args: TabsProps): JSX.Element;
args: {
style: string;
};
storyName: string;
};
export declare const Pills: {
(args: TabsProps): JSX.Element;
args: {
style: string;
};
};
export declare const FullWidth: {
(args: TabsProps): JSX.Element;
args: {
style: string;
};
storyName: string;
};