UNPKG

zhu-jiang-yi-yuan-bigscreen

Version:

南方医科大学珠江医院大屏端

6 lines (5 loc) 205 B
import { BackgroundBoxProps } from '../../@types'; import { FunctionComponent } from 'react'; /** 背景框 */ declare const BackgroundBox: FunctionComponent<BackgroundBoxProps>; export { BackgroundBox };