UNPKG

@aotearoan/neon

Version:

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

12 lines (11 loc) 386 B
/** * The orientation options for the <a href="/layout/card">NeonCard</a> & <a href="/user-input/toggle">radio button</a> * components. * @enum */ export declare enum NeonOrientation { /** Vertical orientation with content flowing down the page */ Vertical = "vertical", /** Horizontal orientation with content flowing across the page */ Horizontal = "horizontal" }