UNPKG

@material/web

Version:
19 lines (18 loc) 433 B
/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { SecondaryTab } from './internal/secondary-tab.js'; declare global { interface HTMLElementTagNameMap { 'md-secondary-tab': MdSecondaryTab; } } /** * @summary Tab allow users to display a tab within a Tabs. * */ export declare class MdSecondaryTab extends SecondaryTab { static styles: import("lit").CSSResult[]; }