UNPKG

@ccs-design/rc-pro

Version:

ccs design basic react component

11 lines (10 loc) 311 B
import { TabDataType } from '.'; import './index.less'; interface TabsInDrawerProps { tabs: TabDataType[]; activeKey: string; onChangeKey: any; onChangeTabs: any; } export declare const TabsInDrawer: ({ tabs, activeKey, onChangeKey, onChangeTabs }: TabsInDrawerProps) => JSX.Element; export {};