UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

14 lines (13 loc) 368 B
"use strict"; exports.__esModule = true; exports.useRandomIdSeed = exports.default = void 0; var _reactUid = require("react-uid"); const useRandomIdSeed = () => { return (0, _reactUid.useUIDSeed)(); }; exports.useRandomIdSeed = useRandomIdSeed; const useRandomId = () => { return (0, _reactUid.useUID)(); }; var _default = useRandomId; exports.default = _default;