mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-20 04:41:26 +02:00
add some jsdoc for element autocomplete
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @param {HTMLElement} el
|
||||
* @param {{
|
||||
* initialDelay?: number;
|
||||
* removeTimeout: number;
|
||||
* selector: string;
|
||||
* }} options
|
||||
*/
|
||||
export function AppFlip(el, options) {
|
||||
let enabled = options.initialDelay === 0;
|
||||
let first;
|
||||
|
Reference in New Issue
Block a user