UNPKG

@efflore/ui-element

Version:

UIElement - minimal reactive framework based on Web Components

8 lines (7 loc) 166 B
import { UIElement } from './src/ui-element'; import { effect } from './src/cause-effect'; /** * @name UIElement * @version 0.8.0 */ export { UIElement, effect };