aq-fe-framework 0.1.882 → 0.1.883
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/{MyDataTable-C36iuGQn.d.mts → MyDataTable-BZc8ObyA.d.mts} +1 -1
- package/dist/{chunk-62DWHCTF.mjs → chunk-A7USWB7E.mjs} +8713 -8713
- package/dist/components/index.d.mts +1 -1
- package/dist/components/index.mjs +6 -6
- package/dist/const/index.mjs +1 -1
- package/dist/core/index.d.mts +1 -1
- package/dist/core/index.mjs +6 -6
- package/dist/modules-features/index.mjs +2 -2
- package/dist/shared/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-FE4HVT67.mjs → chunk-J64W5V6F.mjs} +1 -1
|
@@ -22,4 +22,4 @@ interface MyDataTableProps<TData extends MRT_RowData> extends MRT_TableOptions<T
|
|
|
22
22
|
}
|
|
23
23
|
declare function MyDataTable<TData extends MRT_RowData>({ rowActionSize, columns, data, setSelectedRow, isError, isLoading, pagination, idSelectionOne, setIdSelectionOne, renderTopToolbarCustomActions, visibleFields, ...rest }: MyDataTableProps<TData>): react_jsx_runtime.JSX.Element;
|
|
24
24
|
|
|
25
|
-
export { type
|
|
25
|
+
export { type MyDataTableProps as M, type PaginationState as P, type MyDataTableInternalProps as a, MyDataTable as b };
|