feat: add update indicator (#1626)

This commit is contained in:
Manuel
2024-12-14 18:58:46 +01:00
committed by GitHub
parent cf9656d91e
commit dd9d8b5261
13 changed files with 441 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ export {
createIntegrationOptionsChannel,
createChannelWithLatestAndEvents,
handshakeAsync,
createSubPubChannel,
} from "./lib/channel";
export const exampleChannel = createSubPubChannel<{ message: string }>("example");