UNPKG

dtrum-react-kit

Version:

Dynatrace tools and react hooks collection

5 lines (4 loc) 176 B
/** * Dtrum action listener hook with the Listener * */ export declare const useDtrumListener: (listener?: import("@dynatrace/dtrum-api-types").ActionEnterListener) => void;