UNPKG

@empathyco/x-components

Version:
38 lines (32 loc) 1.22 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseRatingFilterLabel](./x-components.baseratingfilterlabel.md) ## BaseRatingFilterLabel variable Renders a label for a rating filter, allowing to override the elements used to paint the rating. **Signature:** ```typescript _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ filter: { type: PropType<BooleanFilter>; required: true; }; max: { type: NumberConstructor; default: number; }; }>, { value: import("vue").ComputedRef<number>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ filter: { type: PropType<BooleanFilter>; required: true; }; max: { type: NumberConstructor; default: number; }; }>> & Readonly<{}>, { max: number; }, {}, { BaseRating: import("vue").DefineComponent<{}, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any> ```