@applica-software-guru/react-admin 1.0.11 → 1.0.12

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.
@@ -1,3 +1,7 @@
1
- export default ApplicaStyledDatagrid;
2
- declare const ApplicaStyledDatagrid: any;
1
+ export default Datagrid;
2
+ declare function Datagrid(props: any): any;
3
+ declare namespace Datagrid {
4
+ const propTypes: any;
5
+ const defaultProps: any;
6
+ }
3
7
  //# sourceMappingURL=Datagrid.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Datagrid.d.ts","sourceRoot":"","sources":["Datagrid.jsx"],"names":[],"mappings":";AAEA,yCAkBI"}
1
+ {"version":3,"file":"Datagrid.d.ts","sourceRoot":"","sources":["Datagrid.jsx"],"names":[],"mappings":";AA+BA,2CAEE"}
@@ -1 +1 @@
1
- {"version":3,"file":"List.d.ts","sourceRoot":"","sources":["List.jsx"],"names":[],"mappings":";AA+DA,uCAME"}
1
+ {"version":3,"file":"List.d.ts","sourceRoot":"","sources":["List.jsx"],"names":[],"mappings":";AAkEA,uCAQC"}