@sanity/table

3.1.123.1.13
dist/index.d.ts
~dist/index.d.tsModified
+1
Index: package/dist/index.d.ts
===================================================================
--- package/dist/index.d.ts
+++ package/dist/index.d.ts
@@ -1,4 +1,5 @@
+import "@sanity/ui/styles.css";
 import { ObjectInputProps, PreviewProps } from "sanity";
 interface TableValue {
   _type?: 'table';
   rows?: TableRow[];