UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

7 lines (6 loc) 349 B
import { Type } from './type'; export let DomRenderer_$type = new Type(null, "DomRenderer"); export let DomWrapper_$type = new Type(null, "DomWrapper"); export let DomPortal_$type = new Type(null, "DomPortal"); let DomWrapperPosition_$type = new Type(null, "DomWrapperPosition"); let NormalizedEvent_$type = new Type(null, "NormalizedEvent");