UNPKG

@spaced-out/ui-design-system

Version:
98 lines 2.33 kB
import * as React from 'react'; import type { BreadcrumbLinkProps } from './'; declare const _default: { tags: string[]; title: string; component: import("flow-to-typescript-codemod").Flow.AbstractComponent<BreadcrumbLinkProps, HTMLAnchorElement | null | undefined>; argTypes: { className: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; isActive: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; id: { description: string; control: { type: string; }; type: { required: boolean; }; table: { type: { summary: string; }; }; }; onClick: { description: string; control: null; table: { type: { summary: string; }; }; }; to: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; children: { description: string; control: { type: string; }; type: { required: boolean; }; table: { type: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _BreadcrumbLink: { (args: BreadcrumbLinkProps): React.JSX.Element; args: { children: string; }; }; //# sourceMappingURL=BreadcrumbLink.stories.d.ts.map