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