Add ItemClickEvent
This commit is contained in:
parent
d634a414c3
commit
a9f7f18721
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
||||||
|
/**
|
||||||
|
* @prettier
|
||||||
|
*/
|
||||||
|
import { Message } from '../propTypes/Message';
|
||||||
|
|
||||||
|
export interface ItemClickEvent {
|
||||||
|
message: Message;
|
||||||
|
}
|
Loading…
Reference in a new issue