diff --git a/stories/props/API.stories.mdx b/stories/props/API.stories.mdx index d9d46ecbb..b7001d862 100644 --- a/stories/props/API.stories.mdx +++ b/stories/props/API.stories.mdx @@ -823,7 +823,7 @@ Dates displayed in the gutter of the Agenda `view` Time only (not range) displayed in the gutter of the Agenda `view` -## formats.agendaTimeRangeFormat +### formats.agendaTimeRangeFormat - type: `function (range: Object {start: Date, end: Date}, culture: ?string, localizer: DateLocalizer) => string` - @@ -832,7 +832,7 @@ Time only (not range) displayed in the gutter of the Agenda `view` Time range displayed in the gutter of the Agenda `view` -# formats.eventTimeRangeFormat +### formats.eventTimeRangeFormat - type: `function (range: Object {start: Date, end: Date}, culture: ?string, localizer: DateLocalizer) => string` -