@jackiemacklein/nettz-utils
Version:
Serviços de imagem, e-mail, códigos de barras, utilitários numéricos e componentes React para apps Node.js com TypeScript
33 lines (32 loc) • 1.89 kB
TypeScript
import Image from "./Image";
import * as Mail from "./Mail";
import * as Barcode from "./Barcode";
import * as Number from "./Number";
import { OnTable } from "./Components/OnTable";
import * as ImageUtils from "./Utils/Image";
import * as Utils from "./Utils";
import * as Services from "./Services";
export declare const backend: {
Image: typeof Image;
Mail: typeof Mail;
Utils: typeof Utils;
ImageUtils: typeof ImageUtils;
Services: typeof Services;
};
export declare const web: {
Barcode: typeof Barcode;
Number: typeof Number;
OnTable: <T>({ data, columns, onSort, onFilter, currentPage, totalPages, onPageChange, itemsPerPage, onItemsPerPageChange, itemsPerPageOptions, onSelectionChange, selectedItems, onRowAction, selectable, selectableItem, keyField, onVisibleColumnsChange, initialHiddenColumns, tableClassName, containerClassName, rowClassName, emptyStateMessage, loading, customButtons, totalItemCount, pagination, id, }: import("./Components/OnTable").TableProps<T>) => import("react/jsx-runtime").JSX.Element;
ImageUtils: typeof ImageUtils;
};
declare const _default: {
Image: typeof Image;
Mail: typeof Mail;
Barcode: typeof Barcode;
Number: typeof Number;
OnTable: <T>({ data, columns, onSort, onFilter, currentPage, totalPages, onPageChange, itemsPerPage, onItemsPerPageChange, itemsPerPageOptions, onSelectionChange, selectedItems, onRowAction, selectable, selectableItem, keyField, onVisibleColumnsChange, initialHiddenColumns, tableClassName, containerClassName, rowClassName, emptyStateMessage, loading, customButtons, totalItemCount, pagination, id, }: import("./Components/OnTable").TableProps<T>) => import("react/jsx-runtime").JSX.Element;
ImageUtils: typeof ImageUtils;
Services: typeof Services;
};
export default _default;
export { Image, Mail, Barcode, Number, OnTable, ImageUtils, Services };