@empathyco/x-components
Version:
Empathy X Components
36 lines (31 loc) • 1.24 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [BaseCurrency](./x-components.basecurrency.md)
## BaseCurrency variable
**Signature:**
```typescript
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
value: {
type: NumberConstructor;
required: true;
};
currency: StringConstructor;
format: {
type: PropType<Omit<Intl.NumberFormatOptions, "currency" | "style">>;
default: () => {};
};
}>, {
currencyText: import("vue").ComputedRef<string>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
value: {
type: NumberConstructor;
required: true;
};
currency: StringConstructor;
format: {
type: PropType<Omit<Intl.NumberFormatOptions, "currency" | "style">>;
default: () => {};
};
}>> & Readonly<{}>, {
format: Omit<Intl.NumberFormatOptions, "currency" | "style">;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```