UNPKG

shineout

Version:

Shein 前端组件库

9 lines (8 loc) 266 B
import { PureComponent } from 'react'; import { ImageFileProps } from './Props'; declare class ImageFile extends PureComponent<ImageFileProps> { constructor(props: ImageFileProps); handleRemove(): void; render(): JSX.Element; } export default ImageFile;