UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines (3 loc) 157 B
import {createContext} from 'react'; import type {Features} from './types'; export const FeaturesContext = createContext<Features | undefined>(undefined);