Skip to content

Commit

Permalink
Publish new API docs (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnrusschen committed Oct 8, 2023
1 parent 1f63841 commit 088e590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/calendar_icon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# `calendar_icon` (component)

| name | type | default value | description |
| ----------- | --------------------- | ------------- | ----------- |
| `className` | `string` | `""` | |
| `icon` | `union(string\|node)` | | |
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| `autoFocus` | `bool` | | |
| `calendarClassName` | `string` | | |
| `calendarContainer` | `func` | | |
| `calendarIconClassname` | `string` | | |
| `calendarStartDay` | `number` | `undefined` | |
| `children` | `node` | | |
| `chooseDayAriaLabelPrefix` | `string` | | |
Expand Down Expand Up @@ -46,6 +47,7 @@
| `formatWeekNumber` | `func` | | |
| `highlightDates` | `array` | | |
| `holidays` | `array` | | |
| `icon` | `union(string\|node)` | | |
| `id` | `string` | | |
| `includeDateIntervals` | `array` | | |
| `includeDates` | `array` | | |
Expand Down

0 comments on commit 088e590

Please sign in to comment.