@papernote/ui
Version:
A modern React component library with a paper notebook aesthetic - minimal, professional, and expressive
7 lines • 584 B
TypeScript
export { translateSqlToNaturalLanguage } from './sqlToNaturalLanguage';
export type { QueryDescription, FriendlyNameConfig } from './sqlToNaturalLanguage';
export { formatStatisticValue, formatStatistics } from './statisticsFormatter';
export type { StatisticFormat, StatisticConfig, FormattedStatistic } from './statisticsFormatter';
export { exportToExcel, exportDataTableToExcel, createMultiSheetExcel } from './excelExport';
export type { ExcelColumn, ExportToExcelOptions, DataTableExportOptions, MultiSheetExcelOptions } from './excelExport';
//# sourceMappingURL=index.d.ts.map