UNPKG

react-drawing-board

Version:

Browser drawing board created with canvas and React.

11 lines (10 loc) 259 B
import React from 'react'; export declare const DefaultConfig: { prefixCls: string; showBackgroundTool: boolean; }; declare const ConfigContext: React.Context<{ prefixCls: string; showBackgroundTool: boolean; }>; export default ConfigContext;