Sanity Library Reference Docs
    Preparing search index...

    Interface ImageComponentsBeta

    interface ImageComponents {
        annotation?: ComponentType<BlockAnnotationProps>;
        block?: ComponentType<BlockProps>;
        diff?: ComponentType<any>;
        field?: ComponentType<ObjectFieldProps<ImageValue>>;
        inlineBlock?: ComponentType<BlockProps>;
        input?: ComponentType<ObjectInputProps<ImageValue, ObjectSchemaType>>;
        item?: ComponentType<ObjectItemProps<ImageValue & ObjectItem>>;
        preview?: ComponentType<PreviewProps<PreviewLayoutKey>>;
    }
    Index

    Properties

    annotation?: ComponentType<BlockAnnotationProps>
    block?: ComponentType<BlockProps>
    diff?: ComponentType<any>
    field?: ComponentType<ObjectFieldProps<ImageValue>>
    inlineBlock?: ComponentType<BlockProps>
    item?: ComponentType<ObjectItemProps<ImageValue & ObjectItem>>
    preview?: ComponentType<PreviewProps<PreviewLayoutKey>>