Function Money

Renders a formatted dollar amount with a currency symbol and parentheses if the amount is negative.

  • Parameters

    • props: PropsWithChildren<MoneyProps>
    • Optionalcontext: any

    Returns ReactElement<any, any>

Properties

contextTypes?: ValidationMap<any>
defaultProps?: Partial<MoneyProps>
displayName?: string
propTypes?: WeakValidationMap<MoneyProps>