@storybook/react
Version:
Storybook for React: Develop React Component in isolation with Hot Reloading.
5 lines (4 loc) • 349 B
TypeScript
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;