rabbit-simple-ui
Version:
A simple UI component library based on JavaScript
8 lines (6 loc) • 315 B
text/typescript
import * as type from './check-type';
import { destroyElem, destroyElemByKey } from './destroy';
import randomStr from './random-str';
import useHTMLString from './use-html-string';
import validComps from './validComps';
export { type, destroyElem, destroyElemByKey, randomStr, useHTMLString, validComps };