Enable more type checking settings
This commit is contained in:
parent
0e386ef705
commit
dbf057856f
6 changed files with 367 additions and 70 deletions
|
@ -22,7 +22,7 @@ import { useGlobalModalActions } from '../ducks/globalModals';
|
|||
import { useLightboxActions } from '../ducks/lightbox';
|
||||
import { useStoriesActions } from '../ducks/stories';
|
||||
|
||||
export { Contact } from '../../components/conversation/MessageDetail';
|
||||
export type { Contact } from '../../components/conversation/MessageDetail';
|
||||
export type OwnProps = Pick<
|
||||
MessageDetailProps,
|
||||
'contacts' | 'errors' | 'message' | 'receivedAt'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue