plot-plan-designer
Version:
Design Editor Tools with React.js + ant.design + fabric.js
15 lines (14 loc) • 457 B
TypeScript
export default ImageMapList;
declare class ImageMapList extends React.Component<any, any, any> {
static propTypes: {
canvasRef: PropTypes.Requireable<any>;
selectedItem: PropTypes.Requireable<object>;
};
constructor(props: any);
constructor(props: any, context: any);
renderActions: () => JSX.Element;
renderItem: () => any;
render(): JSX.Element;
}
import React from 'react';
import PropTypes from 'prop-types';