UNPKG

trex-hooks

Version:

Common hooks used for antd 4.0

6 lines (5 loc) 145 B
declare const useTab: (defaultActiveKey: string) => { activeKey: string; onChange: (key: string) => void; }; export default useTab;