@powertoys/relay
Version:
Tab 2 tab communication on web applications
5 lines (4 loc) • 327 B
TypeScript
export { Relay, type RelayOptions } from "./core/relay";
export { Observable, type Subscriber } from "./core/observer";
export type { TabInfo, TabListItem, ActionHandler, ActionHandlerMap, TabCommunicatorEvent } from "./types";
export { RelayProvider, useRelay, useTabInfo, useTabList, useRequestAction } from "./react/hooks";