mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +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 {
|
||||||
@ -96,4 +96,4 @@ export default class ColorPickerView extends PureComponent<PluginProps> {
|
|||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user