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