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';
|