UNPKG

@pdfme/ui

Version:

TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!

11 lines (10 loc) 663 B
import { PluginRegistry, UIOptions } from '@pdfme/common'; export declare const I18nContext: import("react").Context<(key: keyof import("@pdfme/common").Dict, dict?: import("@pdfme/common").Dict) => string>; export declare const FontContext: import("react").Context<Record<string, { data: string | ArrayBuffer | Uint8Array<ArrayBufferLike>; fallback?: boolean | undefined; subset?: boolean | undefined; }>>; export declare const PluginsRegistry: import("react").Context<PluginRegistry>; export declare const OptionsContext: import("react").Context<UIOptions>; export declare const CacheContext: import("react").Context<Map<string | number, unknown>>;