UNPKG

@atlaskit/flag

Version:

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

6 lines (5 loc) 194 B
import React from 'react'; export declare function FlagsProvider({ children, shouldRenderToParent, }: { children: React.ReactNode; shouldRenderToParent?: boolean; }): React.JSX.Element;