@naturacosmeticos/natds-react
Version:
A collection of components from Natura Design System for React
9 lines (8 loc) • 406 B
TypeScript
import { Story, Meta } from '@storybook/react';
import { ListItemProps } from '.';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Playground: Story<ListItemProps>;
export declare const InteractionAction: Story<ListItemProps>;
export declare const InteractionSelectable: Story<ListItemProps>;
export declare const Divider: Story<ListItemProps>;