import CompCommon from '../../common/type'; export interface CanvasProps extends CompCommon { id?: string; width?: number; height?: number; overlay?: boolean; visible: boolean; onClose?: Function; contentCallback?: (ctx: any, dpr: any) => void; }