UNPKG

image-editor-little

Version:
8 lines (7 loc) 182 B
import * as React from 'react'; interface IProps { width: number | string; height: number | string; } declare const Loading: React.FC<IProps>; export default Loading;