UNPKG

secure-action

Version:

Secure Action 是一个基于行为的验证码组件,适用于 Vue 3。

6 lines (5 loc) 218 B
import { Ref } from 'vue'; export declare const useSecureActionStore: () => { openPromise: Ref<Promise<boolean> | undefined>; openResolve: Ref<((value: boolean | PromiseLike<boolean>) => void) | undefined>; };