UNPKG

@wonderflow/react-components

Version:

UI components from Wonderflow's Wanda design system

10 lines 493 B
import { ComponentMeta, ComponentStory } from '@storybook/react'; import React from 'react'; import { Spinner } from './spinner'; declare const story: ComponentMeta<typeof Spinner>; export default story; export declare const Default: ComponentStory<React.ForwardRefExoticComponent<React.SVGAttributes<SVGElement> & { dimension?: "small" | "regular" | "big" | undefined; color?: string | undefined; } & React.RefAttributes<SVGSVGElement>>>; //# sourceMappingURL=spinner.stories.d.ts.map