UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

4 lines (3 loc) 162 B
import type { Configuration } from '../configuration'; import type { Omit } from './utils'; export declare const defaultConfig: Omit<Configuration, 'container'>;