UNPKG

@empathyco/x-components

Version:
21 lines 854 B
import type { Dictionary } from '@empathyco/x-utils'; import type { PropType } from 'vue'; /** * It emits a {@link ExtraParamsXEvents.ExtraParamsProvided} with the values * received as a prop. * * @public */ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ values: { type: PropType<Dictionary<unknown>>; required: true; }; }>, () => void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ values: { type: PropType<Dictionary<unknown>>; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=extra-params.vue?vue&type=script&lang.d.ts.map