UNPKG

@storybook/design-system

Version:
10 lines 358 B
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