UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 316 B
import { Base, Type } from "./type"; import { PathMarkupTokenType } from "./PathMarkupTokenType"; /** * @hidden */ export declare class PathMarkupToken extends Base { static $t: Type; c: PathMarkupTokenType; a: boolean; b: number; constructor(a: PathMarkupTokenType, b: boolean); }