export Account type from protocol

This commit is contained in:
Pavel Prichodko 2022-06-14 18:59:09 +02:00
parent c45d0a61f0
commit 06c56c62ef
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
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'