Type Alias: InputSize

InputSize = "sm" | "md" | "lg"

Supported size presets for the input.

Example

const size: InputSize = 'lg';