UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 466 B
import { ToolActionInfo } from "./ToolActionInfo"; import { ToolActionType } from "./ToolActionType"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionCheckboxInfo extends ToolActionInfo { static $t: Type; protected get_d(): ToolActionType; private _isChecked; get isChecked(): boolean; set isChecked(a: boolean); private _shorthandTitle; get shorthandTitle(): string; set shorthandTitle(a: string); }