We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887bb1d commit 8ab0d5fCopy full SHA for 8ab0d5f
src/Table/Table.types.ts
@@ -1,4 +1,4 @@
1
-import { Key, CSSProperties } from "react";
+import type { Key } from "react";
2
import PropTypes from "prop-types";
3
4
export type RowType = unknown;
0 commit comments