@empathyco/x-components
Version:
Empathy X Components
40 lines (34 loc) • 1.45 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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<import("vue").ExtractPropTypes<{
result: {
type: PropType<Result>;
required: true;
};
currency: StringConstructor;
format: {
type: PropType<Omit<Intl.NumberFormatOptions, "currency" | "style">>;
default: () => {};
};
}>, {
dynamicClasses: import("vue").ComputedRef<VueCSSClasses>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
result: {
type: PropType<Result>;
required: true;
};
currency: StringConstructor;
format: {
type: PropType<Omit<Intl.NumberFormatOptions, "currency" | "style">>;
default: () => {};
};
}>> & Readonly<{}>, {
format: Omit<Intl.NumberFormatOptions, "currency" | "style">;
}, {}, {
BaseCurrency: import("vue").DefineComponent<{}, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```