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

532 B

Home > kibana-plugin-public > I18nStart > Context

I18nStart.Context property

React Context provider required as the topmost component for any i18n-compatible React tree.

Signature:

Context: ({ children }: {
        children: React.ReactNode;
    }) => JSX.Element;