File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ export function install ( input : HTMLTextAreaElement | HTMLInputElement , list : HTMLElement ) : void ;
2
+ export function navigate ( input : HTMLTextAreaElement | HTMLInputElement , list : HTMLElement , indexDiff ?: - 1 | 1 ) : void ;
3
+ export function uninstall ( input : HTMLTextAreaElement | HTMLInputElement , list : HTMLElement ) : void ;
4
+ export function clearSelection ( input : HTMLTextAreaElement | HTMLInputElement , list : HTMLElement ) : void ;
Original file line number Diff line number Diff line change 4
4
"version" : " 0.3.3" ,
5
5
"main" : " dist/combobox-nav.umd.js" ,
6
6
"module" : " dist/combobox-nav.esm.js" ,
7
+ "types" : " index.d.ts" ,
7
8
"license" : " MIT" ,
8
9
"repository" : " github/combobox-nav" ,
9
10
"files" : [
10
- " dist"
11
+ " dist" ,
12
+ " index.d.ts"
11
13
],
12
14
"scripts" : {
13
15
"clean" : " rm -rf dist" ,
You can’t perform that action at this time.
0 commit comments