UNPKG

@spaced-out/ui-design-system

Version:
62 lines 1.63 kB
import * as React from 'react'; import type { TimelineProps } from './'; declare const _default: { tags: string[]; title: string; component: import("flow-to-typescript-codemod").Flow.AbstractComponent<TimelineProps, HTMLDivElement>; argTypes: { classNames: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; orientation: { control: { type: string; }; options: unknown[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: "left"; }; disable: boolean; }; }; children: { description: string; type: { required: boolean; }; table: { type: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _Timeline: (args: TimelineProps) => React.JSX.Element; export declare const _DynamicTimeline: (args: TimelineProps) => React.JSX.Element; //# sourceMappingURL=Timeline.stories.d.ts.map