UNPKG

@empathyco/x-components

Version:
36 lines (30 loc) 1.04 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<{ filter: { type: PropType<BooleanFilter>; required: true; }; max: { type: NumberConstructor; default: number; }; }, { value: import("vue").ComputedRef<number>; }, unknown, {}, {}, 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; }; }>>, { max: number; }, {}> ```