UNPKG

react-pdf-html

Version:

Html component for react-pdf with CSS support

9 lines (8 loc) 216 B
export declare const createCache: ({ limit }?: { limit?: number | undefined; }) => { get: (key: string) => any; set: (key: string, value: any) => void; reset: () => void; length: () => number; };