UNPKG

@atlaskit/form

Version:

A form allows people to input information.

11 lines (10 loc) 277 B
import { createContext } from 'react'; /** * __Message wrapper context__ * * A message wrapper context allows the children to check * if it is contained within the MessageWrapper. */ export const MessageWrapperContext = /*#__PURE__*/createContext({ isWrapper: false });