@spaced-out/ui-design-system
Version:
Sense UI components library
64 lines • 1.67 kB
TypeScript
import * as React from 'react';
import type { CircularLoaderProps } from './CircularLoader';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<CircularLoaderProps, HTMLDivElement>;
argTypes: {
size: {
description: string;
options: string[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
colorToken: {
description: string;
options: unknown[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
className: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _CircularLoader: (args: CircularLoaderProps) => React.JSX.Element;
//# sourceMappingURL=CircularLoader.stories.d.ts.map