Sanity Library Reference Docs
    Preparing search index...

    Interface ReferenceComponentsBeta

    interface ReferenceComponents {
        annotation?: ComponentType<BlockAnnotationProps>;
        block?: ComponentType<BlockProps>;
        diff?: ComponentType<any>;
        field?: ComponentType<ObjectFieldProps<Reference>>;
        inlineBlock?: ComponentType<BlockProps>;
        input?: ComponentType<ReferenceInputProps>;
        item?: ComponentType<ObjectItemProps<Reference & ObjectItem>>;
        preview?: ComponentType<PreviewProps<PreviewLayoutKey>>;
    }
    Index

    Properties

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