import { PSEditorImpl } from '../pseditor-impl'; import { IPSColorPicker } from './ipscolor-picker'; export class PSColorPickerImpl extends PSEditorImpl implements IPSColorPicker { get cls(): string { return 'PSColorPickerImpl'; } instanceof(cls: string): boolean { if (cls == 'control.editor.IPSColorPicker') return true; return super.instanceof(cls); } }