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!

7 lines (6 loc) 178 B
import React from 'react'; import { BasePdf } from '@pdfme/common'; declare const Padding: ({ basePdf }: { basePdf: BasePdf; }) => React.JSX.Element; export default Padding;