UNPKG

jamis

Version:

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

8 lines (7 loc) 245 B
import React from 'react'; import type { TabComponentProps } from './types'; export default class TabComponent extends React.PureComponent<TabComponentProps> { contentDom: any; contentRef: (ref: any) => any; render(): JSX.Element; }