<!-- 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;
    };
}, {
    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;
    };
}>>, {}, {}>
```
