UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 219 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NamespaceHandling { Default = 0, OmitDuplicates = 1 } /** * @hidden */ export declare let NamespaceHandling_$type: Type;