UNPKG

@jdcfe/yep-react

Version:

一套移动端的React组件库

12 lines (11 loc) 293 B
import * as React from 'react'; declare const TabPanel: React.FunctionComponent<TabPanelProps>; export interface TabPanelProps { tab?: React.ReactNode; prefixCls?: string; className?: string; active?: boolean; fixX?: boolean; fixY?: boolean; } export default TabPanel;