Files

6 lines
210 B
TypeScript
Raw Permalink Normal View History

2026-03-19 10:57:24 +08:00
import { withInstall } from '@jeesite/core/utils';
import validCode from './src/ValidCode.vue';
export const ValidCode = withInstall(validCode);
export type ValidCodeInstance = InstanceType<typeof validCode>;