mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
fix: Trunk add getSetter
This commit is contained in:
parent
e3a0c475eb
commit
b6d64c3a06
@ -1,6 +1,6 @@
|
||||
import { ReactElement, ComponentType } from 'react';
|
||||
import { EventEmitter } from 'events';
|
||||
import { registerSetter, RegisteredSetter } from '@ali/lowcode-editor-core';
|
||||
import { registerSetter, RegisteredSetter, getSetter } from '@ali/lowcode-editor-core';
|
||||
import Bundle from './bundle';
|
||||
import { CustomView } from '@ali/lowcode-types';
|
||||
|
||||
@ -104,6 +104,10 @@ export class Trunk {
|
||||
setPackages() {
|
||||
console.warn('Trunk.setPackages is deprecated');
|
||||
}
|
||||
|
||||
getSetter(type: string): any{
|
||||
return getSetter(type);
|
||||
}
|
||||
}
|
||||
|
||||
export default new Trunk();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user