import { PSLinkDEFFormItemImpl } from './pslink-defform-item-impl'; export class PSPickupDataDEFFormItemImpl extends PSLinkDEFFormItemImpl { get editorStyle(): string { return this.M.editorStyle; } get editorType(): string { return this.M.editorType; } }