Add template

This commit is contained in:
Alois 2026-07-29 15:28:20 +02:00
commit 5800a5ebbf
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
27 changed files with 7866 additions and 1 deletions

10
packages/mtp/index.ts Normal file
View file

@ -0,0 +1,10 @@
export { Provider, useMTP } from "./context.tsx";
export type {
BoundSendFn,
MTPExchange,
MTPInterceptor,
MTPProviderProps,
ProtocolMessage,
PushHandler,
} from "./context.tsx";
export { RECONNECT_RESET, RECONNECT_TRIES, RETRY_INTERVAL } from "./values.ts";