UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 280 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class Description extends Base { static $t: Type; private b; protected e(a: string): void; a(a: string): boolean; private c; get name(): string; set name(a: string); }