UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

7 lines (6 loc) 230 B
import { LibraryProvider } from './provider'; export declare class ExampleLibraryProvider extends LibraryProvider { loadData(): Promise<any>; getCategories(): Promise<any>; searchImages(query: string): Promise<any>; }