UNPKG

igniteui-react-core

Version:
19 lines (18 loc) 533 B
import { ToolActionInfoDescription } from "./ToolActionInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionCheckboxInfoDescription extends ToolActionInfoDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private bo; get isChecked(): boolean; set isChecked(a: boolean); private br; get shorthandTitle(): string; set shorthandTitle(a: string); }