UNPKG

@empathyco/x-components

Version:
38 lines (32 loc) 1.36 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseResultPreviousPrice](./x-components.baseresultpreviousprice.md) ## BaseResultPreviousPrice variable Component that renders the [Result](./x-types.result.md) previous price. **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: () => {}; }; }>, {}, {}, {}, {}, 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> ```