@sanity/color-input

6.1.16.1.2
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 { ObjectDefinition, ObjectInputProps, ObjectOptions, ObjectSchemaType } from "sanity";
 import "react";
 declare function ColorInput$1(props: ObjectInputProps): React.JSX.Element;
 interface HEXColor {