@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
15 lines (14 loc) • 483 B
TypeScript
/**
* Different sizes of the <a href="/feedback/splash-loader">NeonSplashLoader</a> component's animated icon.
* @enum
*/
export declare enum NeonSplashLoaderSize {
/** Small size, typically has a default of 32 rem. */
Small = "s",
/** Medium size, typically has a default of 40 rem. */
Medium = "m",
/** Large size, typically has a default of 48 rem. */
Large = "l",
/** Extra large size, typically has a default of 96 rem. */
ExtraLarge = "xl"
}