Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts
Extract props from TypeScript type annotation
Signature
tsfunction extractPropsFromTypeAnnotation(typeNode: t.TSType, typeDefinitions: TypeDefinitionMap): PropInfo[]
Parameters
| Name | Type |
|---|---|
typeNode | t.TSType |
typeDefinitions | TypeDefinitionMap |
Returns: PropInfo[]
Was this page helpful?