UNPKG

babel-plugin-typescript-to-proptypes

Version:
4 lines 246 B
import { types as t } from '@babel/core'; import { TypePropertyMap } from './types'; export declare function extractTypeProperties(node: t.Node, types: TypePropertyMap): t.TSPropertySignature[]; //# sourceMappingURL=extractTypeProperties.d.ts.map