kibana/docs/development/core/public/kibana-plugin-public.i18nstart.md
2019-06-12 10:04:45 -05:00

885 B

Home > kibana-plugin-public > I18nStart

I18nStart interface

I18nStart.Context is required by any localizable React component from @kbn/i18n and @elastic/eui packages and is supposed to be used as the topmost component for any i18n-compatible React tree.

Signature:

export interface I18nStart 

Properties

Property Type Description
Context ({ children }: {
children: React.ReactNode;
}) => JSX.Element
React Context provider required as the topmost component for any i18n-compatible React tree.