UNPKG

@atlaskit/form

Version:

A form allows people to input information.

8 lines (7 loc) 219 B
import { createContext } from 'react'; /** * __Is disabled context__ * * An is disabled context creates the context for when a value is disabled. */ export var IsDisabledContext = /*#__PURE__*/createContext(false);