UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

8 lines (7 loc) 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DELAY_MS_SHOW = exports.DELAY_MS_HIDE = void 0; var DELAY_MS_SHOW = exports.DELAY_MS_SHOW = 800; var DELAY_MS_HIDE = exports.DELAY_MS_HIDE = 200;