You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
456 B
8 lines
456 B
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 { default as SliderTranslateCaptcha } from './slider-translate-captcha/index.vue';
|
|
export type * from './types';
|