UNPKG

@sandlada/mdc

Version:

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

12 lines 288 B
/** * @license * Copyright 2025 Kai-Orion & Sandlada * SPDX-License-Identifier: MIT */ import { LitElement } from 'lit'; export declare class BaseWave extends LitElement { wavelength: number; waveAmplitude: number; height: number; } //# sourceMappingURL=base-wave.d.ts.map