Sanity Library Reference Docs
    Preparing search index...

    Type Alias OverlayPluginComponent<T, P>

    OverlayPluginComponent: ComponentType<
        OverlayComponentResolverContext<P | undefined> & T,
    >

    Type Parameters