export Account type from protocol

This commit is contained in:
Pavel Prichodko 2022-06-14 18:59:09 +02:00
parent 5031c8ca74
commit 7a6dea00ff
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
export { ProtocolProvider, useProtocol } from './provider'
export type { Account } from './use-account'
export { useAccount } from './use-account'
export type { Chat } from './use-chat'
export { useChat } from './use-chat'