DocumentationKindPropsinterface

{
	readonly kind: string;
}
PropertyType
.kindstring
The documentation kind (e.g. "component", "function", "class", "interface", "type", "constant", "method", "static method", "property", "static property"). required readonly

Props for DocumentationKind — a TagProps plus the documented symbol's kind.