UNPKG

zhu-jiang-yi-yuan-mobile

Version:

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

7 lines (6 loc) 164 B
import { BarProps } from '../@types'; import React from "react"; declare class Bar extends React.Component<BarProps> { render(): JSX.Element; } export { Bar };