get_component_props
Retrieve the TypeScript prop interface for any Lando component to ensure correct usage and code generation.
Instructions
Return a TypeScript-interface view of a component's props, derived from meta.components[X].props.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| componentName | Yes | PascalCase component name (e.g. "Button", "DatePicker"). |