UNPKG

@ts-kit/lit-framework

Version:
13 lines (12 loc) 486 B
import { Injector } from '@ts-kit/di'; declare global { interface Window { ROOT__INJECTOR__: Injector; } } export { bootstrapApplication } from './lib/app'; export { ComponentConfig, OnPropChanges, OnInit, ComponentInstance, ElementInstance, Component, createComponent } from './lib/component'; export { State, AppState, ComponentState } from './lib/state'; export { Prop } from './lib/prop'; export { ElRef } from './lib/el-ref'; export { Handle } from './lib/handle';