UNPKG

@dooboostore/dom-render

Version:
13 lines 741 B
import If from './if/If'; import This from './this/This'; import Appender from './appender/Appender'; import PromiseSwitch from './promise/PromiseSwitch'; import Choose from './choose/Choose'; import CheckBox from './checkbox/CheckBox'; import Radio from './radio/Radio'; import Select from './select/Select'; import Timer from './timer/Timer'; import Details from './details/Details'; import Input from './input/Input'; export const drComponent = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, If), This), Appender), PromiseSwitch), Choose), CheckBox), Radio), Select), Timer), Details), Input); //# sourceMappingURL=index.js.map