mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 07:31:09 +08:00
8 lines
456 B
TypeScript
8 lines
456 B
TypeScript
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';
|