UNPKG

react-simple-channel

Version:

Lightweight and reactive tab-to-tab communication tool for React & non-React contexts. 一个轻量的 React 多标签页通信工具,支持传统函数和 Hook 两种方式。

5 lines (4 loc) 229 B
export { BroadcastSync } from "./broadcastSync"; export { useBroadcastSync } from "./useBroadcastSync"; export type { BroadcastCallback } from "./broadcastSync"; export type { UseBroadcastSyncOptions } from "./useBroadcastSync";