UNPKG

@spaced-out/ui-design-system

Version:
78 lines 1.89 kB
import * as React from 'react'; import type { LinearLoaderProps } from './LinearLoader'; declare const _default: { tags: string[]; title: string; component: import("flow-to-typescript-codemod").Flow.AbstractComponent<LinearLoaderProps, HTMLDivElement>; argTypes: { value: { description: string; type: { required: boolean; }; name: string; table: { type: { summary: string; }; }; }; className: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; indeterminate: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; size: { description: string; options: string[]; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _LinearLoader: { (args: LinearLoaderProps): React.JSX.Element; args: { value: number; size: string; }; }; //# sourceMappingURL=LinearLoader.stories.d.ts.map