UNPKG

taro-hooks

Version:
6 lines (5 loc) 199 B
import type { RecordData } from '../type'; export default function usePreload<T extends RecordData>(): readonly [T, { (options: Record<string, any>): any; (key: string, value: any): any; }];