interface CheckboxRef {
    blur: (() => void);
    focus: (() => void);
    input: null | HTMLInputElement;
}

Properties

Properties

blur: (() => void)

Type declaration

    • (): void
    • Returns void

focus: (() => void)

Type declaration

    • (): void
    • Returns void

input: null | HTMLInputElement

Generated using TypeDoc