UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 382 B
import { WrapperExpressionDescription } from "./WrapperExpressionDescription"; import { Type } from "./type"; /** * @hidden */ export declare class Q3ExpressionDescription extends WrapperExpressionDescription { static $t: Type; protected get_type(): string; private static __marshalByValue2; private static __marshalByValueAlias2; constructor(); }