@finos/legend-lego 1.2.6 → 1.2.7
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.css +1 -1
- package/package.json +1 -1
- package/src/data-grid/DataGrid.tsx +1 -1
package/lib/index.css
CHANGED
package/package.json
CHANGED
@@ -64,7 +64,7 @@ export const enterpriseModules = [
|
|
64
64
|
|
65
65
|
export const allModules = communityModules.concat(enterpriseModules);
|
66
66
|
|
67
|
-
declare const AG_GRID_LICENSE: string
|
67
|
+
declare const AG_GRID_LICENSE: string;
|
68
68
|
|
69
69
|
export function DataGrid<TData = unknown>(
|
70
70
|
props: AgGridReactProps<TData> | AgReactUiProps<TData>,
|