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