UNPKG

dtrum-react-kit

Version:

Dynatrace tools and react hooks collection

6 lines (5 loc) 174 B
/** The hook fired when component in mounted * * @param { String } name - Name of the mounted component * */ export declare const useDtrumOnMount: (name: string) => void;