blob: f9d1124a30548d14baa9c92418befc32a02a067b [file] [log] [blame]
import { PropType, FlowType } from '../components/Props';
export declare const humanize: (type: PropType | FlowType) => any;