Skip to content

Commit 9f76a33

Browse files
authored
update JSDoc
1 parent 32d7c41 commit 9f76a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Term/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import typeMap from "./type-map.js";
1212

1313
/**
1414
* @param {Object} props
15-
* @param {keyof typeof definitions} props.type
15+
* @param {keyof typeof definitions | null} props.type
1616
* @param {React.ReactNode} props.children
1717
*/
1818
export default function Term({ type = null, children }) {

0 commit comments

Comments
 (0)