Sanity Library Reference Docs
    Preparing search index...

    Type Alias RenderAnnotationCallback<T>

    RenderAnnotationCallback: (
        annotationProps: Omit<T, "renderDefault">,
    ) => ReactNode

    Type Parameters

    Type declaration

      • (annotationProps: Omit<T, "renderDefault">): ReactNode
      • Parameters

        • annotationProps: Omit<T, "renderDefault">

        Returns ReactNode