igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
14 lines (13 loc) • 380 B
TypeScript
import { WebCheckboxBaseDescription } from "./WebCheckboxBaseDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebCheckboxDescription extends WebCheckboxBaseDescription {
static $t: Type;
protected get_type(): string;
constructor();
private ae;
get indeterminate(): boolean;
set indeterminate(a: boolean);
}