6 lines
210 B
TypeScript
6 lines
210 B
TypeScript
|
|
import { withInstall } from '@jeesite/core/utils';
|
||
|
|
import validCode from './src/ValidCode.vue';
|
||
|
|
|
||
|
|
export const ValidCode = withInstall(validCode);
|
||
|
|
export type ValidCodeInstance = InstanceType<typeof validCode>;
|