UNPKG

@atlaskit/flag

Version:

A flag is used for confirmations, alerts, and acknowledgments that require minimal user interaction, often displayed using a flag group.

7 lines 286 B
import React from 'react'; /** * Context holding the flag API. Extracted into its own leaf module so that * `flag-provider`, `flags-provider` and `use-flags` can all depend on it * without creating an import cycle. */ export var FlagContext = /*#__PURE__*/React.createContext(null);