UNPKG

@botonic/react

Version:

Build Chatbots using React

10 lines (9 loc) 342 B
import { RefObject } from 'react'; interface UseLastLabelPositionProps { wrapperRef: RefObject<HTMLDivElement>; isExpanded: boolean; debugEvent: unknown; isCollapsible: boolean; } export declare function useLastLabelPosition({ wrapperRef, isExpanded, debugEvent, isCollapsible, }: UseLastLabelPositionProps): void; export {};