hrw-certificate-editor
Version:
Design Editor Tools with React.js + ant.design + fabric.js
12 lines (11 loc) • 394 B
TypeScript
export default ImageMapHeaderToolbar;
declare class ImageMapHeaderToolbar extends React.Component<any, any, any> {
static propTypes: {
canvasRef: PropTypes.Requireable<any>;
selectedItem: PropTypes.Requireable<object>;
};
constructor(props: any);
constructor(props: any, context: any);
}
import React from "react";
import PropTypes from "prop-types";