Add ItemClickEvent
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @prettier
|
||||
*/
|
||||
import { Message } from '../propTypes/Message';
|
||||
|
||||
export interface ItemClickEvent {
|
||||
message: Message;
|
||||
}
|
Reference in New Issue
Block a user