get-component-props
Retrieve TypeScript interface definitions with JSDoc comments for Salt Design System components to understand their props and API structure.
Instructions
Get the props/API definition for a specific Salt component. Returns the TypeScript interface with JSDoc comments.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | Yes | Component name in kebab-case (e.g. 'button', 'combo-box') or PascalCase (e.g. 'Button', 'ComboBox') |