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.

4 lines 159 B
/** Generates randomID, does not support SSR */ declare const randomId: (name: string) => string; export default randomId; //# sourceMappingURL=index.d.ts.map