UNPKG

box-ui-elements-mlh

Version:
8 lines (5 loc) 187 B
// @flow import * as React from 'react'; import type { FeatureConfig } from './flowTypes'; const FeatureContext = React.createContext<FeatureConfig>({}); export default FeatureContext;