UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

13 lines (11 loc) 253 B
const tooltipConfig = { trigger: "mouseenter", interactive: false, tooltip: true, arrow: true, placement: "top", bodySpacing: false, appendToBody: true, }; export { tooltipConfig }; //# sourceMappingURL=tooltipConfig.js.map