UNPKG

zent

Version:

一套前端设计语言和基于React的实现

4 lines (3 loc) 155 B
/// <reference types="react" /> import { IIconPropsWithType } from './icons'; export default function LoadingMask(props: IIconPropsWithType): JSX.Element;