UNPKG

@aotearoan/neon

Version:

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

11 lines (10 loc) 296 B
/** * Describes vertical positioning of <a href="/feedback/alert">NeonToast</a> notifications. * @enum */ export declare enum NeonVerticalPosition { /** Position centred at top of the screen. */ Top = "top", /** Position centred at bottom of the screen. */ Bottom = "bottom" }