UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

5 lines (4 loc) 349 B
import { InspectionIdentifiableInferedType } from '../inspection'; export declare function getPrettyIdentifier(inferredType: InspectionIdentifiableInferedType): string; export declare function getPrettyFuncIdentifier(identifier: string, hasArguments: boolean): string; export declare function getPrettyElementIdentifier(identifier: string): string;