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

9 lines 380 B
import type { Observable } from 'rxjs'; /** * Returns true if the user is interacting with the HTML element, * and returns false if there is no interaction for a specified period of time. * * @internal */ export declare function createInteractingObservable(htmlElement: HTMLElement | null, inactiveAfter?: number): Observable<boolean>; //# sourceMappingURL=dom-event.d.ts.map