@sandlada/mdc
Version:
@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.
17 lines • 489 B
TypeScript
/**
* @license
* Copyright 2025 Kai-Orion & Sandlada
* SPDX-License-Identifier: MIT
*/
import { type TemplateResult } from 'lit';
import { BaseMDCToolbar } from './BaseToolbar';
declare global {
interface HTMLElementTagNameMap {
"mdc-docked-toolbar": MDCDockedToolbar;
}
}
export declare class MDCDockedToolbar extends BaseMDCToolbar {
static styles: import("lit").CSSResult[][];
protected render(): TemplateResult;
}
//# sourceMappingURL=DockedToolbar.d.ts.map