UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

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