6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import type { IntlConfig } from "react-intl"
|
|
|
|
export type ServerIntlProviderProps = React.PropsWithChildren<{
|
|
intl: IntlConfig
|
|
}>
|