Interface: JsxPropertyDescriptor
Defines the structure of a JSX component property.
Properties
Property | Type | Description |
---|---|---|
name | string | The name of the property |
required? | boolean | Wether the property is required |
type | "string" | "number" | "expression" | The type of the property |