Interface WrapperProps

interface WrapperProps {
    filter?: InputSearchFilter;
    keywordComponent: ComponentChildren;
}

Properties

filter?: InputSearchFilter
keywordComponent: ComponentChildren