import { withInstall } from '@jeesite/core/utils'; import validCode from './src/ValidCode.vue'; export const ValidCode = withInstall(validCode); export type ValidCodeInstance = InstanceType;