@naturacosmeticos/natds-react
Version:
A collection of components from Natura Design System for React
9 lines (8 loc) • 363 B
TypeScript
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>;