UNPKG

matrix-react-sdk

Version:
3 lines (2 loc) 179 B
export declare const useAccountData: <T extends {}>(cli: any, eventType: string) => T; export declare const useRoomAccountData: <T extends {}>(room: any, eventType: string) => T;