UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

9 lines (8 loc) 287 B
/// <reference types="react" /> export interface CustomBasicToolItemsBarProps { show: boolean; style?: React.CSSProperties; className?: string; children?: React.ReactNode; } export declare type CustomBasicToolItemsBar = React.ComponentType<CustomBasicToolItemsBarProps>;