Sanity Library Reference Docs
    Preparing search index...

    Interface BooleanComponentsBeta

    interface BooleanComponents {
        diff?: ComponentType<any>;
        field?: ComponentType<BooleanFieldProps>;
        input?: ComponentType<BooleanInputProps<BooleanSchemaType>>;
        item?: ComponentType<PrimitiveItemProps>;
        preview?: ComponentType<PreviewProps<PreviewLayoutKey>>;
    }
    Index

    Properties

    diff?: ComponentType<any>
    field?: ComponentType<BooleanFieldProps>
    input?: ComponentType<BooleanInputProps<BooleanSchemaType>>
    item?: ComponentType<PrimitiveItemProps>
    preview?: ComponentType<PreviewProps<PreviewLayoutKey>>