Skip to main content
App.tsx
format accepts a single options object.
any
required
The value to format. Numbers are accepted for numeric formats; strings or ISO-8601 date strings are accepted for date formats.
'percent' | 'dollar_amount' | 'dollar_cents' | 'whole_number' | 'one_decimal_place' | 'two_decimal_places' | 'string' | 'yyyy' | 'MMM_yyyy' | 'MMM_dd_yyyy' | 'MMM_dd' | 'hh_ap_pm' | 'MMM_dd-MMM_dd' | 'MMM_dd_hh:mm_ap_pm' | 'wo, yyyy'
required
The Quill format type to apply to value.