UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

30 lines (29 loc) 735 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebFieldPipeArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private m; get format(): string; set format(a: string); private n; get timezone(): string; set timezone(a: string); private k; get digitsInfo(): string; set digitsInfo(a: string); private j; get currencyCode(): string; set currencyCode(a: string); private l; get display(): string; set display(a: string); private h; get weekStart(): number; set weekStart(a: number); }