UNPKG

102 BTypeScriptView Raw
1import Image from './Image';
2
3declare class FigureImage extends Image {}
4
5export default FigureImage;