UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

8 lines (7 loc) 239 B
import React from 'react'; import { Tool } from '../../common/tool'; export interface CustomWindowContainerProps { tool: Tool; children?: React.ReactNode; } export type CustomWindowContainer = React.FC<CustomWindowContainerProps>;