Choices/public/types/src/scripts/interfaces/event-type.d.ts
2021-12-26 16:38:09 -05:00

2 lines
223 B
TypeScript

export declare type EventType = 'addItem' | 'removeItem' | 'highlightItem' | 'unhighlightItem' | 'choice' | 'change' | 'search' | 'showDropdown' | 'hideDropdown' | 'highlightChoice';
//# sourceMappingURL=event-type.d.ts.map