@ethanhann/mantine-dataview 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -8,6 +8,7 @@ export { DataToolbar, type DataToolbarProps, FilterControl, } from './components
8
8
  export { DataView, type DataViewBodyProps, type DataViewContextValue, type DataViewProps, type DataViewToolbarProps, useDataViewContext, } from './components/DataView';
9
9
  export type { CardSlotContext, DataViewSlots, EmptySlotContext, ErrorSlotContext, RenderCardContext, RowSlotContext, } from './components/types';
10
10
  export { type CardField, type CardLayout, type CardLayoutRole, type ComposeCardOptions, composeCardLayout, resolveColumnLabel, } from './core/cardComposition';
11
+ export { type ColOptions, ColumnBuilder, col } from './core/colBuilder';
11
12
  export { type ExportCsvOptions, exportCsv } from './core/exportCsv';
12
13
  export { useDataView } from './core/useDataView';
13
14
  export { type UseDataViewFetcherOptions, useDataViewFetcher, } from './core/useDataViewFetcher';