humanize-prop.d.ts 125 Bytes EditWeb IDE 1 2 import { PropType, FlowType } from '../components/Props'; export declare const humanize: (type: PropType | FlowType) => any;