UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

10 lines (9 loc) 274 B
/// <reference types="react" /> export interface CustomSearchProps { value?: string; onChange?(value: string): void; onKeyDown?(e: React.KeyboardEvent<HTMLButtonElement>): void; placeholder: string; className?: string; style?: React.CSSProperties; }