@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!
6 lines (5 loc) • 369 B
TypeScript
import Designer from './Designer.js';
import Form from './Form.js';
import Viewer from './Viewer.js';
export { Designer, Viewer, Form };
export type { DesignerSchemaSelectionTarget, DesignerSelectSchemas, DesignerSelectSchemasOptions, DesignerSelectedSchema, DesignerSelection, DesignerSelectionBounds, DesignerSelectionChangeCallback, } from './designerSelection.js';