UNPKG

@storybook/addon-docs

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