get_composition_hints
Get composition hints for any Lando DS component, showing which component or shape each prop expects. Use to resolve prop types and compose components correctly.
Instructions
DS-authoritative composition hints for a component — for each documented prop, which component (or shape) it expects. Sourced from meta.verbose.composes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| componentName | Yes | PascalCase component name (e.g. "Button", "DatePicker"). |