Commit af13d549 authored by Robert Knight's avatar Robert Knight

Replace remaining `Object` type with preferred `object`

parent 5814884b
...@@ -11,7 +11,7 @@ import { withServices } from '../service-context'; ...@@ -11,7 +11,7 @@ import { withServices } from '../service-context';
*/ */
/** /**
* @param {Object} props * @param {object} props
* @param {string} props.label * @param {string} props.label
* @param {import('preact').ComponentChildren} props.children * @param {import('preact').ComponentChildren} props.children
* @param {string} [props.classes] * @param {string} [props.classes]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment