UNPKG

@helpscout/artboard

Version:

A tool kit for React UI development and design

12 lines (11 loc) 467 B
import * as React from 'react'; export declare class Canvas extends React.Component<any> { node: HTMLElement; componentDidMount(): void; shouldComponentUpdate(nextProps: any): boolean; updateNodeStylesFromProps: (nextProps: any) => void; setNodeRef: (node: any) => any; render(): JSX.Element; } declare const _default: import("react-redux").ConnectedComponentClass<typeof Canvas, Pick<any, string | number | symbol>>; export default _default;