UNPKG

@aotearoan/neon

Version:

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

15 lines (14 loc) 318 B
/** * Defines the possible NeonInputIndicator styles. * @enum */ export declare enum NeonInputIndicatorStyle { /** * Display input indicator INSIDE the adjacent input. */ Internal = "internal", /** * Display input indicator OUTSIDE the adjacent input. */ External = "external" }