SearchEngineProps: {
    onChange?: ChangeEventHandler;
    placeholder?: string;
}

Properties of the search engine component.

Property

Input placeholder text.

Property

Function that will handle the input event.

Type declaration

  • Optional onChange?: ChangeEventHandler
  • Optional placeholder?: string

Generated using TypeDoc