UNPKG

@gitlab/ui

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