UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

4 lines (3 loc) 148 B
import { Omit } from '../common/utils'; import { Configuration } from './index'; export type ConfigurationProps = Omit<Configuration, 'container'>;