mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-03 07:47:18 +00:00
fix: ts type
This commit is contained in:
parent
231e1e0a19
commit
1732e7db5f
@ -6,7 +6,7 @@ import './index.scss';
|
|||||||
|
|
||||||
interface Color {
|
interface Color {
|
||||||
rgb: any;
|
rgb: any;
|
||||||
onChange: function;
|
onChange: () => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PluginProps {
|
export interface PluginProps {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user