mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
chore: 处理Scope中setData参数声明 (#6036)
This commit is contained in:
parent
c3b93e3a35
commit
de7d67981e
@ -37,7 +37,7 @@ export interface ScopedComponentType extends React.Component<RendererProps> {
|
|||||||
) => void;
|
) => void;
|
||||||
context: any;
|
context: any;
|
||||||
setData?: (
|
setData?: (
|
||||||
value?: string | {[key: string]: string},
|
value?: object,
|
||||||
replace?: boolean,
|
replace?: boolean,
|
||||||
index?: number
|
index?: number
|
||||||
) => void;
|
) => void;
|
||||||
|
Loading…
Reference in New Issue
Block a user