UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

8 lines (7 loc) 417 B
import { SearchAutocompleteOption } from '../../../search/models/category/search-autocomplete-option'; /** * @param userName name of the mock user value * @param userId id of the mock user value * @param normalUser if not the user is the special ME user option */ export declare function mockUserAutocompleteValue(userName: string, normalUser?: boolean, userId?: string): SearchAutocompleteOption<Array<string>>;