Files
web/types/i18n.ts
2024-06-05 13:25:10 +02:00

6 lines
132 B
TypeScript

import type { IntlConfig } from "react-intl"
export type ServerIntlProviderProps = React.PropsWithChildren<{
intl: IntlConfig
}>