UNPKG

@hufe921/canvas-editor

Version:
4 lines (3 loc) 196 B
import { DeepRequired } from '../interface/Common'; import { IEditorOption } from '../interface/Editor'; export declare function mergeOption(options?: IEditorOption): DeepRequired<IEditorOption>;