12 lines
215 B
TypeScript
12 lines
215 B
TypeScript
|
|
/**
|
||
|
|
* @zh 集成模块导出
|
||
|
|
* @en Integration module exports
|
||
|
|
*/
|
||
|
|
|
||
|
|
export {
|
||
|
|
withTransactions,
|
||
|
|
TransactionRoom,
|
||
|
|
type TransactionRoomConfig,
|
||
|
|
type ITransactionRoom,
|
||
|
|
} from './RoomTransactionMixin.js'
|