UNPKG

@empathyco/x-components

Version:
39 lines (33 loc) 1.25 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseRating](./x-components.baserating.md) ## BaseRating variable Rating component. This component renders a set of elements filled based on the value passed as prop. **Signature:** ```typescript _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ value: { type: NumberConstructor; required: true; }; max: { type: NumberConstructor; default: number; }; }>, { calculateFilledWrapperWidth: import("vue").ComputedRef<string>; ariaLabel: import("vue").ComputedRef<string>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ value: { type: NumberConstructor; required: true; }; max: { type: NumberConstructor; default: number; }; }>> & Readonly<{}>, { max: number; }, {}, { DefaultIcon: import("vue").DefineComponent<{}, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any> ```