UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

4 lines (3 loc) 125 B
import React from 'react'; import { I18n } from './I18n'; export declare const I18nContext: React.Context<I18n | undefined>;