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!

5 lines (4 loc) 154 B
import React from 'react'; import { Size } from '@pdfme/common'; declare const Mask: ({ width, height }: Size) => React.JSX.Element; export default Mask;