UNPKG

rabbit-design

Version:

A lightweight UI plugin library written in TypeScript and based on JavaScript

7 lines (5 loc) 265 B
import * as type from './check-type'; import { destroyElem, destroyElemByKey } from './destroy'; import useHTMLString from './use-html-string'; import validComps from './validComps'; export { type, destroyElem, destroyElemByKey, useHTMLString, validComps };