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.
2 parents c02c04c + 9f76a33 commit 069e730Copy full SHA for 069e730
src/components/Term/index.jsx
@@ -11,7 +11,7 @@ import typeMap from "./type-map.js";
11
12
/**
13
* @param {Object} props
14
- * @param {keyof typeof definitions} props.type
+ * @param {keyof typeof definitions | null} props.type
15
* @param {React.ReactNode} props.children
16
*/
17
export default function Term({ type = null, children }) {
0 commit comments