UNPKG

@sandlada/mdc

Version:

@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.

9 lines 327 B
import { BaseNavigationContainer } from '../navigation/internal/base-navigation-container'; declare global { interface HTMLElementTagNameMap { 'mdc-navigation-drawer': NavigationDrawer; } } export declare class NavigationDrawer extends BaseNavigationContainer { } //# sourceMappingURL=navigation-drawer.d.ts.map