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.

21 lines (15 loc) 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.useRandomIdSeed = 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;