@sandlada/mdc
Version:
@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.
13 lines • 480 B
TypeScript
/**
* @license
* Copyright 2026 Kai-Orion & Sandlada
* SPDX-License-Identifier: MIT
*/
import { SliderDefinition } from './slider.definition';
import { MDCExpressiveSlider } from '../components/expressive-slider/expressive-slider';
export { SliderDefinition as ExpressiveSliderDefinition };
export declare const ExpressiveSliderComponentDefinition: {
tagName: string;
component: typeof MDCExpressiveSlider;
};
//# sourceMappingURL=expressive-slider.definition.d.ts.map