• SearchByProperty: A component for searching by property.

    Type Parameters

    • U extends undefined | string | number | readonly string[] = string

      The type of the input values. By default, it's set to 'string'.

    Parameters

    • props: PropsSearchBProp<U>

      The properties passed to the SearchByProperty component.

    Returns ReactElement<any, string | JSXElementConstructor<any>>

    • Returns a JSX element representing the rendered SearchByProperty component.

    Component

Generated using TypeDoc