UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

9 lines (8 loc) 242 B
export interface CustomSearchProps { value?: string; onChange?(value: string): void; onKeyDown?(e: React.KeyboardEvent<HTMLButtonElement>): void; placeholder: string; className?: string; style?: React.CSSProperties; }