ICU types
This commit is contained in:
parent
38adef4233
commit
78f4e96297
42 changed files with 583 additions and 1182 deletions
|
@ -13,7 +13,6 @@ import { SignalService as Proto } from '../../protobuf';
|
|||
import type { SmartContactRendererType } from '../../groupChange';
|
||||
import type { PropsType } from './GroupV2Change';
|
||||
import { GroupV2Change } from './GroupV2Change';
|
||||
import type { FullJSXType } from '../Intl';
|
||||
|
||||
const i18n = setupI18n('en', enMessages);
|
||||
|
||||
|
@ -28,7 +27,7 @@ const INVITEE_A = generateAci();
|
|||
const AccessControlEnum = Proto.AccessControl.AccessRequired;
|
||||
const RoleEnum = Proto.Member.Role;
|
||||
|
||||
const renderContact: SmartContactRendererType<FullJSXType> = (
|
||||
const renderContact: SmartContactRendererType<JSX.Element> = (
|
||||
conversationId: string
|
||||
) => (
|
||||
<React.Fragment key={conversationId}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue