UNPKG

vite-plugin-entry-shaking-debugger

Version:
11 lines (10 loc) 196 B
export type CheckboxProps = { /** Input ID. */ id?: string; /** Option label. */ label: string; /** Value. */ value?: string; /** Is the option disabled? */ disabled?: boolean; };