Interface ElementProps

interface ElementProps {
    filter?: InputSearchFilter;
    hit: SearchKeyword;
    keywordComponent: ComponentChildren;
}

Properties

filter?: InputSearchFilter
hit: SearchKeyword
keywordComponent: ComponentChildren