UNPKG

@pdfme/common

Version:

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

6 lines (5 loc) 186 B
import { Plugins, PluginRegistry } from './types.js'; /** * Wraps plugins collection with utility methods */ export declare const pluginRegistry: (plugins: Plugins) => PluginRegistry;