UNPKG

react-viewport-utils

Version:

Utility components for working with the viewport in react

11 lines (8 loc) 211 B
import type {FilePath} from '@parcel/types'; export type {Cache} from './lib/types'; export const FSCache: { new (cacheDir: FilePath): Cache }; export const LMDBCache: { new (cacheDir: FilePath): Cache };