UNPKG

@winged/core

Version:

Morden webapp framekwork made only for ts developers. (UNDER DEVELOPMENT, PLEASE DO NOT USE)

16 lines (13 loc) 569 B
export { VDomStruct } from './vdom/vdom' export { vComputed, View, vState, vSubviewMap, VEventData, VSubviewType } from './View' export { VDomStructChecker } from './vdom/VDomStructChecker' // handle exported interfaces import * as _types from './types' export type VConstructor<T> = _types.Constructor<T> export type BasicType = _types.BasicType import { I18nExtension } from './vdom/dataPoint/I18nExtension' import { PipelineExtension } from './vdom/dataPoint/PipelineExtension' export const BultinViewExt = { Pipeline: PipelineExtension, I18n: I18nExtension }