UNPKG

react-component-transition

Version:
8 lines (7 loc) 297 B
import React from "react"; import { ChildrenManagerOut } from "./types"; /** * Returns a 'ChildrenManagerOut' depending on the current children. * @param children - The current children. */ export declare const useChildrenManager: (children: React.ReactElement[]) => ChildrenManagerOut;