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!

4 lines (3 loc) 182 B
import type { UIRenderProps } from '@pdfme/common'; import type { TableSchema } from './types.js'; export declare const uiRender: (arg: UIRenderProps<TableSchema>) => Promise<void>;