2024-09-21 20:52:36 +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';
|
2025-07-03 18:20:20 +08:00
|
|
|
export { default as SliderTranslateCaptcha } from './slider-translate-captcha/index.vue';
|
2024-09-10 21:48:51 +08:00
|
|
|
export type * from './types';
|