UNPKG

@livekit/components-core

Version:

This package is a wrapper around the [livekit/client-sdk-js](https://github.com/livekit/client-sdk-js) package. It transforms the event based logic into simple to use observable state and component level APIs. This package is the core for all framework sp

3 lines 280 B
export declare function computeMenuPosition(button: HTMLElement, menu: HTMLElement, onUpdate?: (x: number, y: number) => void): () => void; export declare function wasClickOutside(insideElement: HTMLElement, event: MouseEvent): boolean; //# sourceMappingURL=floating-menu.d.ts.map