UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

6 lines (5 loc) 268 B
/** PURE_IMPORTS_START _QueueAction,_QueueScheduler PURE_IMPORTS_END */ import { QueueAction } from './QueueAction'; import { QueueScheduler } from './QueueScheduler'; export var queue = /*@__PURE__*/ new QueueScheduler(QueueAction); //# sourceMappingURL=queue.js.map