UNPKG

@eclipse-scout/core

Version:
10 lines 405 B
import { FormFieldLayout, SmartField } from '../../../index'; /** * SmartFieldLayout works like FormLayout but additionally layouts its proposal-chooser popup. */ export declare class SmartFieldLayout extends FormFieldLayout { protected _smartField: SmartField<any>; constructor(smartField: SmartField<any>); layout($container: JQuery): void; } //# sourceMappingURL=SmartFieldLayout.d.ts.map