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) 303 B
import React from "react"; declare function useTransition(options: { readonly show: boolean; readonly appear?: boolean; }): { ref: React.MutableRefObject<HTMLElement | null>; mounted: boolean; state: "enter" | "leave"; done: boolean; }; export { useTransition, useTransition as default };