Add template
This commit is contained in:
parent
9aa3caa0c2
commit
5800a5ebbf
27 changed files with 7866 additions and 1 deletions
10
packages/mtp/index.ts
Normal file
10
packages/mtp/index.ts
Normal 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";
|
||||
Loading…
Reference in a new issue