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.

12 lines (8 loc) 277 B
// @flow type Props = {| +child: React$Element<*>, +children: React$Element<*>, +onOnlySelection?: (SyntheticEvent<HTMLButtonElement>, {}) => void | Promise<any>, |}; export type FilterWrapperType = Props => React$Element<*>; declare export default FilterWrapperType;