UNPKG

@spicy-ui/core

Version:

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

7 lines (6 loc) 259 B
import { Meta, Story } from '@storybook/react'; import { TooltipProps } from '..'; declare const _default: Meta<TooltipProps>; export default _default; export declare const Usage: Story<TooltipProps>; export declare const Disabled: Story<TooltipProps>;