@empathyco/x-components
Version:
Empathy X Components
33 lines (27 loc) • 992 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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;
};
}>>, {}, {}>
```