DocumentationKindPropsinterface
{
readonly kind: string;
}| Property | Type | |
|---|---|---|
.kind | string | 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.