UNPKG

pivot-chart

Version:

pivot table react component

8 lines (7 loc) 193 B
import React from 'react'; interface ExpandButtonProps { type: 'plus' | 'minus'; width?: number; } declare const ExpandButton: React.FC<ExpandButtonProps>; export default ExpandButton;