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.

14 lines (11 loc) 242 B
// @flow declare function useTransition(options: {| +show: boolean, +appear?: boolean, |}): {| ref: {| current: HTMLElement | null |}, mounted: boolean, state: "enter" | "leave", done: boolean, |}; export default useTransition;