@material/web
Version:
Material web components
19 lines (18 loc) • 412 B
TypeScript
/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { NavigationTab } from './internal/navigation-tab.js';
declare global {
interface HTMLElementTagNameMap {
'md-navigation-tab': MdNavigationTab;
}
}
/**
* @final
* @suppress {visibility}
*/
export declare class MdNavigationTab extends NavigationTab {
static styles: import("lit").CSSResult[];
}