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