UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

11 lines (10 loc) 309 B
/** * Describes the available <a href="/feedback/tooltip">NeonTooltip</a> styles. * @enum */ export declare enum NeonTooltipStyle { /** Tooltip style for very short (single line) content. */ Tooltip = "tooltip", /** Style for presenting longer, multi-line content. */ Popover = "popover" }