This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +3
-6
lines changed
AlgoliaResults/refinements Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import styles from './Image.module.css'
19
19
* @param {string } props.linkTarget Target for the link.
20
20
* @param {string } props.linkClass Class for the link.
21
21
* @param {string } props.rel The rel attribute for the link.
22
- * @param {string } props.sizeSlug The WP image size.
23
22
* @param {string } props.url The full URL path of the image.
24
23
* @return {Element } The Image component.
25
24
*/
@@ -81,6 +80,5 @@ Image.propTypes = {
81
80
linkClass : PropTypes . string ,
82
81
linkTarget : PropTypes . string ,
83
82
rel : PropTypes . string ,
84
- sizeSlug : PropTypes . string ,
85
83
url : PropTypes . string
86
84
}
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import styles from './Table.module.css'
11
11
* @param {string } props.id Optional anchor/id.
12
12
* @param {string } props.head The optional table head array.
13
13
* @param {string } props.body The table body array.
14
- * @param {string } props.body The table body array.
15
14
* @param {string } props.foot The optional table foorter array.
16
15
* @param {string } props.caption Optional table caption.
17
16
* @param {string } props.className Optional classnames.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const MenuContext = createContext({
9
9
/**
10
10
* Provide menus for components.
11
11
*
12
- * @param { Object } props The component attributes as props.
12
+ * @param { object } props The component attributes as props.
13
13
* @return {Element } The child elements wrapped in a context provider.
14
14
*/
15
15
export default function MenuProvider ( props ) {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import styles from '../AlgoliaResults.module.css'
8
8
* Render the ToggleRefinement component.
9
9
*
10
10
* @author WebDevStudios
11
- * @see https://www.algolia.com/doc/api-reference/widgets/toggle-refinement/react/
11
+ * @see https://www.algolia.com/doc/api-reference/widgets/toggle-refinement/react/
12
12
* @param {object } props The component attributes as props.
13
13
* @param {boolean } props.currentRefinement The current refinement.
14
14
* @param {Function } props.refine Update the current refinement.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import styles from './ButtonGroup.module.css'
13
13
* @param {string } props.id The id of the block.
14
14
* @param {string } props.orientation The orientation of buttons.
15
15
* @param {string } props.contentJustification The justification of the buttons.
16
- * @param {element } props.children The children props to render.
16
+ * @param {Element } props.children The children props to render.
17
17
* @return {Element } The ButtonGroup component.
18
18
*/
19
19
export default function ButtonGroup ( {
You can’t perform that action at this time.
0 commit comments