@storybook/addon-docs
Version:
Superior documentation for your components
5 lines (4 loc) • 348 B
TypeScript
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;