UNPKG

@material/web

Version:
13 lines (12 loc) 251 B
/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Tab } from './tab.js'; /** * A secondary tab component. */ export declare class SecondaryTab extends Tab { protected fullWidthIndicator: boolean; }