import { create } from './create';
import * as DOM from './dom';
import * as HTML from './html';
import { VDOM } from './vdom';
export { create, DOM, HTML, VDOM };
