@ -45,13 +45,13 @@ export declare class MultiSelectCombo extends Single {
type: string;
value: string[];
assist: string[];
}[]): void;
}): void;
getValue(): {
}[];
};
populate(...args: any[]): void;
}
@ -48,13 +48,13 @@ export declare class MultiSelectInsertCombo extends Single {