UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

12 lines (9 loc) 293 B
"use strict"; const { getGlobalMonotonicClockMS } = require("./lib/global-monotonic-clock"); const { Performance } = require("./lib/performance"); const clockIsAccurate = require("./lib/clock-is-accurate"); module.exports = { Performance, getGlobalMonotonicClockMS, clockIsAccurate };