@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) • 308 B
TypeScript
import React from 'react';
import type { SidebarProps } from '../../../../types.js';
declare const SelectableSortableContainer: (props: Pick<SidebarProps, "schemas" | "onEdit" | "onSortEnd" | "hoveringSchemaId" | "onChangeHoveringSchemaId">) => React.JSX.Element;
export default SelectableSortableContainer;