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 };
