@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
10 lines (9 loc) • 312 B
TypeScript
/**
* Describes available tab styles for the <a href="/presentation/tabs">NeonTabs</a> component.
*/
export declare enum NeonTabsStyle {
/** Typical tabs for use in a desktop web application. */
Web = "web",
/** Mobile <em>App</em> tabs for use in a mobile application layout. */
App = "app"
}