@empathyco/x-components
Version:
Empathy X Components
21 lines • 742 B
TypeScript
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<{
values: {
type: PropType<Dictionary<unknown>>;
required: true;
};
}, () => void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
values: {
type: PropType<Dictionary<unknown>>;
required: true;
};
}>>, {}, {}>;
export default _default;
//# sourceMappingURL=extra-params.vue?vue&type=script&lang.d.ts.map