@odoo/o-spreadsheet
Version:
A spreadsheet component
8 lines (7 loc) • 302 B
TypeScript
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>;