mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-27 20:30:28 +00:00
fix: ts type
This commit is contained in:
parent
231e1e0a19
commit
1732e7db5f
@ -6,7 +6,7 @@ import './index.scss';
|
||||
|
||||
interface Color {
|
||||
rgb: any;
|
||||
onChange: function;
|
||||
onChange: () => void;
|
||||
}
|
||||
|
||||
export interface PluginProps {
|
||||
@ -96,4 +96,4 @@ export default class ColorPickerView extends PureComponent<PluginProps> {
|
||||
/>
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user