UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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