@oc-digital/react-component-library 9.0.0-beta.8 → 9.0.0-beta.9
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
|
+
/**
|
|
2
|
+
* V7 docs are not officially hosted anywhere anymore for react table v7
|
|
3
|
+
* it took a while but found someone self hosting them https://react-table-v7-docs.netlify.app/docs/api/useTable#column-options
|
|
4
|
+
*/
|
|
1
5
|
import React from "react";
|
|
2
6
|
import { IEditableTableProps } from "./EditableTable.types";
|
|
3
7
|
declare const EditableTable: React.FC<IEditableTableProps>;
|