<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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>
```
