Files
zwpanel/src/components/common/index.ts
T
2023-11-08 21:53:07 +08:00

20 lines
505 B
TypeScript

import HoverButton from './HoverButton/index.vue'
import SvgIcon from './SvgIcon/index.vue'
import Setting from './Setting/index.vue'
import Captcha from './Captcha/index.vue'
import Verification from './Verification/index.vue'
import ItemIcon from './ItemIcon/index.vue'
import NaiveProvider from './NaiveProvider/index.vue'
import RoundCardModal from './RoundCardModal/index.vue'
export {
Verification,
HoverButton,
SvgIcon,
Setting,
Captcha,
ItemIcon,
NaiveProvider,
RoundCardModal,
}