@@ -55,7 +55,7 @@ export const CalendarPropTable = () => {
5555 < TableRow >
5656 < TableDataCell pr = "large" > onDayClick</ TableDataCell >
5757 < TableDataCell pr = "large" >
58- < Code > (date: Date) => void </ Code >
58+ < Code > (date: Date) ={ '>' } void</ Code >
5959 </ TableDataCell >
6060 </ TableRow >
6161 < TableRow >
@@ -98,25 +98,25 @@ export const CalendarPropTable = () => {
9898 < TableRow >
9999 < TableDataCell pr = "large" > onNextClick</ TableDataCell >
100100 < TableDataCell pr = "large" >
101- < Code > (date: Date) => void </ Code >
101+ < Code > (date: Date) ={ '>' } void</ Code >
102102 </ TableDataCell >
103103 </ TableRow >
104104 < TableRow >
105105 < TableDataCell pr = "large" > onNowClick</ TableDataCell >
106106 < TableDataCell pr = "large" >
107- < Code > (date: Date) => void </ Code >
107+ < Code > (date: Date) ={ '>' } void</ Code >
108108 </ TableDataCell >
109109 </ TableRow >
110110 < TableRow >
111111 < TableDataCell pr = "large" > onPrevClick</ TableDataCell >
112112 < TableDataCell pr = "large" >
113- < Code > (date: Date) => void </ Code >
113+ < Code > (date: Date) ={ '>' } void</ Code >
114114 </ TableDataCell >
115115 </ TableRow >
116116 < TableRow >
117117 < TableDataCell pr = "large" > onMonthChange</ TableDataCell >
118118 < TableDataCell pr = "large" >
119- < Code > (date: Date) => void </ Code >
119+ < Code > (date: Date) ={ '>' } void</ Code >
120120 </ TableDataCell >
121121 </ TableRow >
122122 < TableRow >
@@ -133,10 +133,10 @@ export const CalendarPropTable = () => {
133133}
134134
135135const TableKey = styled . div `
136- border-top: 1px solid ${ ( { theme } ) => theme . colors . ui2 } ;
137136 background: ${ ( { theme } ) => theme . colors . ui1 } ;
137+ border-top: 1px solid ${ ( { theme } ) => theme . colors . ui2 } ;
138138 color: ${ ( { theme } ) => theme . colors . text3 } ;
139139 font-weight: bold;
140- padding: 0.5rem;
141140 margin-bottom: 2rem;
141+ padding: 0.5rem;
142142`
0 commit comments