Interface StandaloneSearchBoxDefinition

interface StandaloneSearchBoxDefinition {
    build(engine: SearchEngine<{}>): StandaloneSearchBox;
}

Hierarchy (view full)

Methods

Methods