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!

9 lines (8 loc) 241 B
import React from 'react'; import { BasePdf } from '@pdfme/common'; declare const LeftSidebar: ({ height, scale, basePdf, }: { height: number; scale: number; basePdf: BasePdf; }) => React.JSX.Element; export default LeftSidebar;