UNPKG

taro-hooks

Version:
6 lines (5 loc) 343 B
import type { ExcludeOption, PromiseWithoutOptionAction } from '../../type'; export type SuccessCallbackResult = Taro.getStorageInfo.SuccessCallbackOption; export type SpaceInfo = Omit<ExcludeOption<SuccessCallbackResult>, 'keys'>; export type GetStorageSpaceInfo = PromiseWithoutOptionAction<SpaceInfo>; export declare const INIT: SpaceInfo;