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.

7 lines (6 loc) 200 B
import type { Basis } from "../types"; import type { Theme } from "../../defaultTheme"; declare const getBasis: (basis: Basis) => ({ theme }: { theme: Theme; }) => Basis; export default getBasis;