UNPKG

@atlaskit/form

Version:

A form allows people to input information.

8 lines (7 loc) 205 B
import React from 'react'; /** * __Is disabled context__ * * An is disabled context creates the context for when a value is disabled. */ export declare const IsDisabledContext: React.Context<boolean>;