ICheckboxInstanceProps

Definition

interface ICheckboxInstanceProps {
    focus: () => void;
}

Usage

import { ICheckboxInstanceProps } from 'uxp/components';

Last updated