reykit 1.0.236 → 1.0.237
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.
|
@@ -71,7 +71,7 @@ export type TableSelectRowsOption<Row extends Record<string, any>> = {
|
|
|
71
71
|
* @param mobilePageSize - Page rows size on mobile devices.
|
|
72
72
|
* @param language - Language type.
|
|
73
73
|
*/
|
|
74
|
-
export declare function Table<Row extends Record<string,
|
|
74
|
+
export declare function Table<Row extends Record<string, any>>({ data, setData, fieldOption, searchOption, buttonOption, rowOption, selectRowsOption, pageSize, mobilePageSize, language }: {
|
|
75
75
|
data: Row[];
|
|
76
76
|
setData: (value: Row[] | ((value: Row[]) => Row[])) => void;
|
|
77
77
|
fieldOption?: TableFieldOption<Row>;
|