UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines (3 loc) 164 B
import { createContext } from 'react'; const EphemeralPresenceManagerContext = /*#__PURE__*/createContext(undefined); export { EphemeralPresenceManagerContext };