UNPKG

@naturacosmeticos/natds-react

Version:
9 lines (8 loc) 363 B
import { Story, Meta } from '@storybook/react'; import { LinkProps } from '.'; declare const _default: Meta<import("@storybook/react").Args>; export default _default; export declare const Playground: Story<LinkProps>; export declare const Variants: Story<LinkProps>; export declare const Colors: Story<LinkProps>; export declare const WithIcon: Story<LinkProps>;