UNPKG

@odoo/o-spreadsheet

Version:
8 lines (7 loc) 302 B
import { Currency } from "../types"; import { Registry } from "./registry"; /** * Registry intended to support usual currencies. It is mainly used to create * currency formats that can be selected or modified when customizing formats. */ export declare const currenciesRegistry: Registry<Currency>;