Type alias: WeekNumberFormatter
Ƭ WeekNumberFormatter: (weekNumber
: number
, options?
: { locale?
: Locale
}) => React.ReactNode
Type declaration
▸ (weekNumber
, options?
): React.ReactNode
Represent a function to format the week number.
Parameters
Name | Type |
---|---|
weekNumber | number |
options? | Object |
options.locale? | Locale |
Returns
React.ReactNode