UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

4 lines (3 loc) 143 B
/// <reference types="react" /> import { I18n } from './I18n'; export declare const I18nContext: import("react").Context<I18n | undefined>;