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.

13 lines (9 loc) 232 B
// @flow import * as React from "react"; import type { Props } from "."; export type CreateIcon = ( def: React.Node, viewBox: string, displayName: string, ) => React.ComponentType<Props>; declare export default CreateIcon;