UNPKG

@aotearoan/neon

Version:

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

12 lines (11 loc) 257 B
/** * Describes the available gap options for the NeonInline & Neon Stack components, expanding on NeonSize to add a Zero * gap option. * @enum */ export declare enum NeonLayoutSize { Zero = "z", Small = "s", Medium = "m", Large = "l" }