UNPKG

plot-plan-designer

Version:

Design Editor Tools with React.js + ant.design + fabric.js

18 lines (17 loc) 694 B
export default ImageMapPreview; declare class ImageMapPreview extends React.Component<any, any, any> { static propTypes: { preview: PropTypes.Requireable<boolean>; onChangePreview: PropTypes.Requireable<(...args: any[]) => any>; onTooltip: PropTypes.Requireable<(...args: any[]) => any>; onAction: PropTypes.Requireable<(...args: any[]) => any>; objects: PropTypes.Requireable<any>; onClick: PropTypes.Requireable<(...args: any[]) => any>; }; constructor(props: any); constructor(props: any, context: any); render(): JSX.Element; container: HTMLDivElement; } import React from 'react'; import PropTypes from 'prop-types';