UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

9 lines (8 loc) 226 B
/// <reference types="react" /> import { Tool } from '../../common/tool'; export interface CustomToolControlBarProps { tool: Tool; style?: React.CSSProperties; className?: string; children?: React.ReactNode; }