UNPKG

@sandlada/vue-mdc

Version:

![Vue MDC Logo](https://raw.githubusercontent.com/sandlada/vue-mdc/refs/heads/main/docs/vue-mdc-cover.png)

23 lines 1.03 kB
/** * @license * Copyright 2025 Sandlada & Kai Orion * SPDX-License-Identifier: MIT */ import { type SlotsType } from 'vue'; import { type TElevationSlots } from './elevation.definition'; export declare const Elevation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ level: { type: import("vue").PropType<import("./elevation.definition").TElevationLevel>; default: 0; validator(value: number): boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ level: { type: import("vue").PropType<import("./elevation.definition").TElevationLevel>; default: 0; validator(value: number): boolean; }; }>> & Readonly<{}>, { level: import("./elevation.definition").TElevationLevel; }, SlotsType<TElevationSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=elevation.d.ts.map