UNPKG

@atlaskit/form

Version:

A form allows people to input information.

11 lines (10 loc) 269 B
import { type Context } from 'react'; /** * __Message wrapper context__ * * A message wrapper context allows the children to check * if it is contained within the MessageWrapper. */ export declare const MessageWrapperContext: Context<{ isWrapper: boolean; }>;