UNPKG

@storybook/addon-docs

Version:
8 lines (7 loc) 209 B
import { InspectionInferedType } from './types'; interface ParsingResult<T> { inferedType: T; ast: any; } export declare function parse(value: string): ParsingResult<InspectionInferedType>; export {};