@storybook/design-system
Version:
Storybook design system
10 lines • 358 B
TypeScript
import React, { FunctionComponent } from 'react';
export declare const Breadcrumb: FunctionComponent<Props>;
interface Props {
/** The content of the breadcrumb link */
children: React.ReactNode;
/** Adds a LinkWrapper like GatsbyLink or NextLink */
linkWrapper: React.ComponentType<any>;
}
export {};
//# sourceMappingURL=Breadcrumb.d.ts.map