Function: isDocusaurusThemeCustomPropertyName()
function isDocusaurusThemeCustomPropertyName(propertyName: string): boolean;
Defined in: _internal/docusaurus-theme-scope.ts:222
Check whether a custom property belongs to the Docusaurus/Infima global theme token surface.
Parametersโ
propertyNameโ
string
Returnsโ
boolean