aq-fe-framework 0.1.921 → 0.1.922

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.
@@ -50,4 +50,4 @@ interface MyDataTableProps<TData extends MRT_RowData> extends MRT_TableOptions<T
50
50
  }
51
51
  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;
52
52
 
53
- export { MyButtonModal as M, type PaginationState as P, type MyDataTableInternalProps as a, type MyDataTableProps as b, MyDataTable as c, type MyActionIconProps as d, type MyButtonProps as e, type MyButtonModalProps as f, MyActionIcon as g, MyButton as h };
53
+ export { type MyActionIconProps as M, type PaginationState as P, type MyButtonProps as a, type MyButtonModalProps as b, type MyDataTableProps as c, MyActionIcon as d, MyButton as e, MyButtonModal as f, type MyDataTableInternalProps as g, MyDataTable as h };