@naturacosmeticos/natds-react
Version:
A collection of components from Natura Design System for React
10 lines (9 loc) • 397 B
TypeScript
import { Story, Meta } from '@storybook/react';
import { TagProps } from '.';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Playground: Story<TagProps>;
export declare const Position: Story<TagProps>;
export declare const Color: Story<TagProps>;
export declare const Size: Story<TagProps>;
export declare const Icon: Story<TagProps>;