UNPKG

@atlaskit/flag

Version:

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

8 lines (7 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.flagWidth = exports.DEFAULT_APPEARANCE = void 0; var DEFAULT_APPEARANCE = exports.DEFAULT_APPEARANCE = 'normal'; var flagWidth = exports.flagWidth = 400;