UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

8 lines (7 loc) 247 B
export interface CustomBasicToolItemsBarProps { show: boolean; style?: React.CSSProperties; className?: string; children?: React.ReactNode; } export type CustomBasicToolItemsBar = React.ComponentType<CustomBasicToolItemsBarProps>;