@equinor/videx-3d
    Preparing search index...

    Variable useAnnotationsStateConst Internal

    useAnnotationsState: UseBoundStore<
        Write<
            StoreApi<AnnotationsState>,
            StoreSubscribeWithSelector<AnnotationsState>,
        >,
    > = ...

    Get access to annotations global state. This is used internally and should not be used by other components. Use the useAnnotations hook instead.