UNPKG

devexpress-reporting-react

Version:

DevExpress Reporting React provides the capability to develop a reporting application to create and customize reports.

6 lines (5 loc) 188 B
import React from 'react'; declare const useDxParentContainer: <T extends { instance: () => any; }>() => [React.MutableRefObject<T>, HTMLElement]; export default useDxParentContainer;