UNPKG
@inaccess-fang/ui-components
Version:
latest (1.1.0)
1.1.0
1.0.5
1.0.2
1.0.1
1.0.0
0.0.1
The Inaccess UI Components Library for the Front-end projects
@inaccess-fang/ui-components
/
lib
/
components
/
autocomplete-with-input
/
fang-autocomplete-dropdown.component.d.ts
7 lines
(6 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
EventEmitter
}
from
'@angular/core'
;
export
declare
class
FangAutocompleteDropdownComponent
{
dropdownElements
:
string
[];
onSelect
:
EventEmitter
<
string
>;
selectElement
(
element
:
string
):
void
; }