import { PSLinkDEFGridColumnImpl } from './pslink-defgrid-column-impl'; export class PSInheritDEFGridColumnImpl extends PSLinkDEFGridColumnImpl { get editorStyle(): string { return this.M.editorStyle; } get editorType(): string { return this.M.editorType; } }