UNPKG

@empathyco/x-components

Version:
35 lines (29 loc) 1.2 kB
<!-- 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<import("vue").ExtractPropTypes<{ result: { type: PropType<Result>; required: true; }; link: { type: StringConstructor; }; }>, { el: import("vue").Ref<HTMLElement | null | undefined, HTMLElement | null | undefined>; emitClickedEvent: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ result: { type: PropType<Result>; required: true; }; link: { type: StringConstructor; }; }>> & Readonly<{}>, {}, {}, { BaseRating: import("vue").DefineComponent<{}, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any> ```