UNPKG

@gitlab/ui

Version:
12 lines (9 loc) 264 B
const NAME = 'BvConfig'; const PROP_NAME = '$bvConfig'; const DEFAULT_BREAKPOINT = ['xs', 'sm', 'md', 'lg', 'xl']; // in milliseconds const TOOLTIP_DELAY = Object.freeze({ show: 500, hide: 0 }); export { DEFAULT_BREAKPOINT, NAME, PROP_NAME, TOOLTIP_DELAY };