UNPKG

react-smartgridmaster

Version:

React-SmartGridMaster: Empower your React applications with intelligent table management using React-SmartGridMaster. This versatile package offers advanced functionalities for creating dynamic and responsive grids. Seamlessly integrate smart filtering, s

7 lines (6 loc) 133 B
declare const useCounter: () => { count: number; increment: () => void; decrement: () => void; }; export { useCounter };