UNPKG

@telegram-apps/sdk-react

Version:

React bindings for Mini Apps client SDK. Contains hooks, components and other useful tools which allow usage of React along with Mini Apps client SDK.

14 lines (13 loc) 227 B
import { useSyncExternalStore as t } from "react"; export * from "@telegram-apps/sdk"; function n(r, e) { return t( (o) => r.sub(o), r, e || r ); } export { n as useSignal }; //# sourceMappingURL=index.js.map