We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d7c41 commit 9f76a33Copy full SHA for 9f76a33
src/components/Term/index.jsx
@@ -12,7 +12,7 @@ import typeMap from "./type-map.js";
12
13
/**
14
* @param {Object} props
15
- * @param {keyof typeof definitions} props.type
+ * @param {keyof typeof definitions | null} props.type
16
* @param {React.ReactNode} props.children
17
*/
18
export default function Term({ type = null, children }) {
0 commit comments