4 lines
234 B
TypeScript
4 lines
234 B
TypeScript
import { Options } from 'ahooks/lib/createUseStorageState';
|
|
export declare const isShowDoubleCheck: (key: string) => boolean;
|
|
export default function useDoubleCheck(key: string, initialState: Options<unknown> | undefined): unknown[];
|