UNPKG

@sandlada/vue-mdc

Version:

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

39 lines 1.43 kB
/** * @license * Copyright 2025 Sandlada & Kai Orion * SPDX-License-Identifier: MIT */ import { type SlotsType } from 'vue'; import { type TRippleSlots } from './ripple.definition'; export declare const Ripple: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ readonly id: { readonly default: null; readonly type: import("vue").PropType<string>; }; readonly for: { readonly default: null; readonly type: import("vue").PropType<string>; }; readonly disabled: { readonly default: false; readonly type: import("vue").PropType<boolean>; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ readonly id: { readonly default: null; readonly type: import("vue").PropType<string>; }; readonly for: { readonly default: null; readonly type: import("vue").PropType<string>; }; readonly disabled: { readonly default: false; readonly type: import("vue").PropType<boolean>; }; }>> & Readonly<{}>, { readonly disabled: boolean; readonly for: string; readonly id: string; }, SlotsType<TRippleSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=ripple.d.ts.map