UNPKG

@atlaskit/flag

Version:

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

3 lines (2 loc) 117 B
import React from 'react'; export declare const withFlagsProvider: (fn: () => React.ReactNode) => React.JSX.Element;