UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

9 lines (8 loc) 405 B
import { InjectionToken } from '@angular/core'; import { SearchComponentConfiguration } from './search-component-configuration'; /** * Contains configuration of the [SearchComponent]{@link AbstractSearchComponent} that injects them. * * The component can be also configured by component inputs. */ export declare const NAE_SEARCH_COMPONENT_CONFIGURATION: InjectionToken<SearchComponentConfiguration>;