UNPKG

devexpress-reporting-react

Version:

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

7 lines (6 loc) 296 B
import React from 'react'; import { InitAccordion } from '@devexpress/analytics-core/property-grid/bindings.accordion'; const useDxAccordion = (ref, options) => { React.useEffect(() => options && InitAccordion(ref.current, options), [options, ref.current]); }; export default useDxAccordion;