docs: add missing props to UI components (#13247)

This commit is contained in:
Shahed Nasser
2025-08-20 12:36:57 +03:00
committed by GitHub
parent d1a1135328
commit 69d22213f4
10 changed files with 309 additions and 443 deletions
@@ -598,7 +598,7 @@ export default class TypedocManager {
propDescription?.includes("@keep")
const childHasExternalSource =
childReflection.sources?.some((source) =>
source.fileName.startsWith("node_modules")
source.fileName.includes("node_modules")
) || false
return (
parentHasExcludeExternalsModifier &&