Skip to content
On this page

wm-kit / Exports / IFormatPriceConfig

Interface: IFormatPriceConfig

Table of contents

Properties

Properties

decimal

Optional decimal: string

小数点符号 默认是‘.’

Defined in

src/modules/price/index.ts:11


separator

Optional separator: string

分割符号 默认没有

Defined in

src/modules/price/index.ts:13


symbol

Optional symbol: string

金额符号 默认没有

Defined in

src/modules/price/index.ts:9

Released under the MIT License.