Files
admin-vben5/packages/effects/common-ui/src/components/captcha/index.ts

7 lines
366 B
TypeScript
Raw Normal View History

2025-06-18 11:03:42 +08:00
export { default as PointSelectionCaptcha } from './point-selection-captcha/index.vue';
export { default as PointSelectionCaptchaCard } from './point-selection-captcha/index.vue';
export { default as SliderCaptcha } from './slider-captcha/index.vue';
export { default as SliderRotateCaptcha } from './slider-rotate-captcha/index.vue';
export type * from './types';