mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
improved test name
This commit is contained in:
@@ -170,13 +170,13 @@ export class Main extends React.Component {
|
||||
/>
|
||||
</div>
|
||||
<div className="example">
|
||||
<h4>Single with custom SFC paginationArrowComponent</h4>
|
||||
<h4>With custom SFC paginationArrowComponent</h4>
|
||||
<DateSinglePicker
|
||||
paginationArrowComponent={ CustomSFCPaginationArrow }
|
||||
/>
|
||||
</div>
|
||||
<div className="example">
|
||||
<h4>Single with custom ComponentClass paginationArrowComponent</h4>
|
||||
<h4>With custom ComponentClass paginationArrowComponent</h4>
|
||||
<DateSinglePicker
|
||||
paginationArrowComponent={ CustomComponentClassPaginationArrow }
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user