UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

6 lines (5 loc) 224 B
import { CustomToolbarProps } from '../base/toolbar'; export interface CustomBasicToolbarProps extends CustomToolbarProps { show: boolean; } export type CustomBasicToolbar = React.ComponentType<CustomBasicToolbarProps>;