@sanity/rich-date-input
4.1.24.1.3
dist/index.d.ts~
dist/index.d.tsModified+2
Index: package/dist/index.d.ts
===================================================================
--- package/dist/index.d.ts
+++ package/dist/index.d.ts
@@ -1,5 +1,7 @@
+import "@sanity/ui/styles.css";
import { DatetimeDefinition, ObjectDefinition, ObjectSchemaType } from "sanity";
+import "react";
declare const richDateTypeName: 'richDate';
type RichDateSchemaType = Omit<ObjectSchemaType, 'options'> & {
options?: DatetimeDefinition['options'];
};