@sandlada/mdc
Version:
@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.
17 lines • 509 B
TypeScript
import { BaseOnThisPageItem } from './internal/base-on-this-page-item';
declare global {
interface HTMLElementTagNameMap {
'mdc-on-this-page-item': OnThisPageItem;
}
}
/**
* @element mdc-on-this-page-item
*
* An individual in-page navigation link item within `mdc-on-this-page`.
*
* @csspart label - The label text container.
*/
export declare class OnThisPageItem extends BaseOnThisPageItem {
static styles: import("lit").CSSResult;
}
//# sourceMappingURL=on-this-page-item.d.ts.map