UNPKG

zent

Version:

一套前端设计语言和基于React的实现

5 lines (4 loc) 196 B
/// <reference types="react" /> import { ITabPanelProps } from '../types'; declare function TabPanel<Id>(props: React.PropsWithChildren<ITabPanelProps<Id>>): JSX.Element; export default TabPanel;