UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

5 lines (4 loc) 204 B
import React from 'react'; import type { TabComponentProps } from './types'; declare const TabComponent: React.MemoExoticComponent<(props: TabComponentProps) => JSX.Element>; export default TabComponent;