amotify 0.2.291 → 0.2.292
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.
|
@@ -115,7 +115,7 @@ declare namespace DataGrid {
|
|
|
115
115
|
type Component = <K extends KeyType = KeyType>(props: DataGrid.Input<K>) => React.JSX.Element;
|
|
116
116
|
type FNs = {
|
|
117
117
|
toSafetyBody<K extends KeyType = KeyType>(body: Body<K>): StrictBody<K>;
|
|
118
|
-
getBodyRows(datagridID: string): Body
|
|
118
|
+
getBodyRows(datagridID: string): Body;
|
|
119
119
|
remoteRefresh(datagridID: string): void;
|
|
120
120
|
Table: React.FC<Table>;
|
|
121
121
|
Head: React.FC<TableHead>;
|