UNPKG

@empathyco/x-components

Version:
32 lines (26 loc) 988 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseResultCurrentPrice](./x-components.baseresultcurrentprice.md) ## BaseResultCurrentPrice variable Component that renders the [Result](./x-types.result.md) current price that may or may not be on sale. **Signature:** ```typescript _default: import("vue").DefineComponent<{ result: { type: PropType<Result>; required: true; }; format: { type: StringConstructor; }; }, { dynamicClasses: import("vue").ComputedRef<VueCSSClasses>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ result: { type: PropType<Result>; required: true; }; format: { type: StringConstructor; }; }>>, {}, {}> ```