UNPKG

hrw-certificate-editor

Version:

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

11 lines (10 loc) 243 B
import * as React from 'react'; interface IProps { canvasRef?: any; selectedItem?: any; workflow?: any; } declare class NodeAction extends React.Component<IProps> { render(): JSX.Element; } export default NodeAction;