UNPKG

@sandlada/mdc

Version:

@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.

30 lines 906 B
import { BaseNavigationTab, type TNavigationTabDirection } from './base-navigation-tab'; declare global { interface HTMLElementTagNameMap { "mdc-navigation-bar-tab": NavigationBarTab; } } /** * * @version * Material Design 3 - Expressive * * @link * https://www.figma.com/design/4GM7ohCF2Qtjzs7Fra6jlp/Material-3-Design-Kit--Community-?node-id=58016-36959&t=Lo93bap9LHFqZ0Q1-0 */ export declare class NavigationBarTab extends BaseNavigationTab { static styles: import("lit").CSSResult[]; direction: TNavigationTabDirection; xr: boolean; protected getRenderClasses(): { 'has-label': boolean; 'has-active-icon': boolean; 'has-inactive-icon': boolean; 'has-badge': boolean; active: boolean; inactive: boolean; vertical: boolean; horizonal: boolean; }; } //# sourceMappingURL=navigation-bar-tab.d.ts.map