UNPKG

tav-ui

Version:
11 lines (8 loc) 386 B
import { withInstall } from '../../utils/with-install2.mjs'; import Rotate from './src/rotate2.mjs'; import Verify from './src/verify2.mjs'; export { verifyProps, verifyRotateProps } from './src/types2.mjs'; const TaVerify = withInstall(Verify); const TaVerifyRotate = withInstall(Rotate); export { TaVerify, TaVerifyRotate, TaVerify as default }; //# sourceMappingURL=index2.mjs.map