UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

30 lines (29 loc) 1.33 kB
import { default as _Verify } from './src/index.vue'; export declare const Verify: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, { reset: (type?: "slider" | "rotate" | "puzzle") => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; result: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onResult?: ((...args: any[]) => any) | undefined; }>, { type: "slider" | "rotate" | "puzzle"; img: string; text: string; modelValue: boolean; difference: number; successText: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { sliderBarEl: HTMLDivElement; sliderBlockEl: HTMLDivElement; rotateCheckImgEl: HTMLImageElement; rotateBarEl: HTMLDivElement; rotateBlockEl: HTMLDivElement; puzzleCheckImgEl: HTMLImageElement; puzzleMaincanvasEl: HTMLCanvasElement; puzzleMovecanvasEl: HTMLCanvasElement; puzzleBarEl: HTMLDivElement; puzzleBlockEl: HTMLDivElement; }, HTMLDivElement>> & Record<string, any>; export type VerifyInstance = InstanceType<typeof _Verify>;