@vuecs/navigation
Version:
A package for multi level navigations.
10 lines • 544 B
TypeScript
import type { ComponentThemeDefinition } from '@vuecs/core';
import type { NavigationThemeClasses } from '../../helpers/component/types';
/**
* Default classes for the `navigation` theme entry. Shared between
* `<VCNavItems>` (the container) and `<VCNavItem>` (the per-row
* component) — both call `useComponentTheme('navigation', …)` with
* the same slot defaults, so the source of truth lives here.
*/
export declare const navigationThemeDefaults: ComponentThemeDefinition<NavigationThemeClasses>;
//# sourceMappingURL=theme.d.ts.map