UNPKG

@pdfme/schemas

Version:

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

5 lines (4 loc) 159 B
import { Plugin } from '@pdfme/common'; import type { CellSchema } from './types.js'; declare const cellSchema: Plugin<CellSchema>; export default cellSchema;