mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 04:48:32 +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;
|
||||
context: any;
|
||||
setData?: (
|
||||
value?: string | {[key: string]: string},
|
||||
value?: object,
|
||||
replace?: boolean,
|
||||
index?: number
|
||||
) => void;
|
||||
|
Loading…
Reference in New Issue
Block a user