index.ts 173 B

123
  1. export { default as CaptchaCard } from './captcha-card.vue';
  2. export { default as PointSelectionCaptcha } from './point-selection-captcha.vue';
  3. export type * from './types';