miharakinu-go-captcha-vue
Version:
GoCaptcha of Vue, which implements click mode, slider mode, drag-drop mode and rotation mode.
15 lines (14 loc) • 612 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
$emit: (event: "update:show", ...args: any[]) => void;
type: string;
show: boolean;
content: string;
duration: number;
$props: {
readonly type?: string | undefined;
readonly show?: boolean | undefined;
readonly content?: string | undefined;
readonly duration?: number | undefined;
};
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export default _default;