stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
13
node_modules/speech-rule-engine/js/highlighter/highlighter.d.ts
generated
vendored
Normal file
13
node_modules/speech-rule-engine/js/highlighter/highlighter.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { ColorPicker, StringColor } from './color_picker.js';
|
||||
export interface Highlighter {
|
||||
highlight(nodes: HTMLElement[]): void;
|
||||
unhighlight(): void;
|
||||
highlightAll(node: HTMLElement): void;
|
||||
unhighlightAll(): void;
|
||||
isMactionNode(node: Element): boolean;
|
||||
setColor(color: ColorPicker): void;
|
||||
colorString(): StringColor;
|
||||
addEvents(node: HTMLElement, events: {
|
||||
[key: string]: EventListener;
|
||||
}): void;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue