@activecollab/components
Version:
ActiveCollab Components
7 lines • 375 B
TypeScript
import React from "react";
import { DisplayNumberProps } from "./types";
export declare const DisplayCurrency: React.ForwardRefExoticComponent<Omit<Omit<DisplayNumberProps, "shortenThreshold"> & {
currencyCode?: string | undefined;
currencyPosition?: string | undefined;
}, "ref"> & React.RefAttributes<HTMLSpanElement>>;
//# sourceMappingURL=DisplayCurrency.d.ts.map