feat(WEB-220): label translations
This commit is contained in:
5
types/i18n.ts
Normal file
5
types/i18n.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { IntlConfig } from "react-intl"
|
||||
|
||||
export type ServerIntlProviderProps = React.PropsWithChildren<{
|
||||
intl: IntlConfig
|
||||
}>
|
||||
Reference in New Issue
Block a user