Interface SearchInterfaceProps

The SearchInterface component renders a search interface.

The type of the search input.

The placeholder text for the search input.

The initial query for the search input.

interface SearchInterfaceProps {
    placeholder: string;
    type: string;
}

Properties

Properties

placeholder: string
type: string