UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (5 loc) 152 B
import { createContext } from 'react'; const MappedActionContext = /*#__PURE__*/createContext({ isAction: false }); export { MappedActionContext };