UNPKG

@spicy-ui/core

Version:

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

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