Sanity Library Reference Docs
    Preparing search index...

    Interface DateComponentsBeta

    interface DateComponents {
        diff?: ComponentType<any>;
        field?: ComponentType<StringFieldProps>;
        input?: ComponentType<StringInputProps<StringSchemaType>>;
        item?: ComponentType<PrimitiveItemProps>;
        preview?: ComponentType<PreviewProps<PreviewLayoutKey>>;
    }
    Index

    Properties

    diff?: ComponentType<any>
    field?: ComponentType<StringFieldProps>
    input?: ComponentType<StringInputProps<StringSchemaType>>
    item?: ComponentType<PrimitiveItemProps>
    preview?: ComponentType<PreviewProps<PreviewLayoutKey>>