@empathyco/x-components
Version:
Empathy X Components
35 lines (29 loc) • 1.2 kB
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<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>
```