UNPKG

zhu-jiang-yi-yuan-mobile

Version:

南方医科大学珠江医院移动端

10 lines (9 loc) 272 B
import { MainProps, MainState } from '../@types'; import { Component } from 'react'; declare class Main extends Component<MainProps, MainState> { static PageId: string; state: MainState; componentDidMount(): void; render(): JSX.Element; } export { Main };