Interface KeywordInCategoryProps

interface KeywordInCategoryProps {
    category: Category;
    children: ComponentChildren;
}

Properties

Properties

category: Category

Category suggestion.

children: ComponentChildren

Keyword content component to enhance with category suggestion.