UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

15 lines (14 loc) 294 B
export interface RootProps { /** * Indicates whether the fieldset is disabled. */ disabled?: boolean | 'true' | 'false'; /** * The id of the fieldset. */ id?: string; /** * Indicates whether the fieldset is invalid. */ invalid?: boolean; }