@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
10 lines (9 loc) • 336 B
TypeScript
/**
* Describes the available <a href="/user-input/toggle">NeonToggle</a> styles.
*/
export declare enum NeonToggleStyle {
/** Toggle style which is a horizontal group of connected buttons with one active member. */
Toggle = "toggle",
/** Traditional HTML radio button input style. */
RadioButtons = "radio-buttons"
}