UNPKG

@spaced-out/ui-design-system

Version:
76 lines 1.81 kB
import * as React from 'react'; import type { TextTileProps } from './'; declare const _default: { tags: string[]; title: string; component: import("flow-to-typescript-codemod").Flow.AbstractComponent<TextTileProps, HTMLDivElement>; argTypes: { classNames: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; header: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; description: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; iconName: { description: string; type: { required: boolean; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _TextTile: { (args: TextTileProps): React.JSX.Element; args: { header: string; description: string; }; }; //# sourceMappingURL=TextTile.stories.d.ts.map