UNPKG

@empathyco/x-components

Version:
33 lines (27 loc) 992 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseResultRating](./x-components.baseresultrating.md) ## BaseResultRating variable This component renders a [BaseRating](./x-components.baserating.md) for a result passed as prop. **Signature:** ```typescript _default: import("vue").DefineComponent<{ result: { type: PropType<Result>; required: true; }; link: { type: StringConstructor; }; }, { el: import("vue").Ref<HTMLElement | null | undefined>; emitClickedEvent: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ result: { type: PropType<Result>; required: true; }; link: { type: StringConstructor; }; }>>, {}, {}> ```