@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
6 lines (5 loc) • 307 B
TypeScript
import { default as CaptchaSlider } from '../captcha/captcha-slider.vue';
export { CaptchaSlider };
export { captchaSliderProps } from '../captcha/props';
export type CaptchaSliderExposed = InstanceType<typeof CaptchaSlider>;
export type { CaptchaSliderProps, CaptchaSliderCProps } from '../captcha/props';