UNPKG

@atlaskit/flag

Version:

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

4 lines (3 loc) 144 B
import { type AppearanceTypes } from './types'; export declare const DEFAULT_APPEARANCE: AppearanceTypes; export declare const flagWidth = 400;