lull30
Results
1
issues of
lull30
`function PopconfirmDesigner({ children, title, [SLOT.dnd]:dataDnd, [SLOT.id]:dataId, style, ...rest }: PopconfirmProps& { [key: string]: any, // 添加索引签名 dnd?: string, children?: React.ReactNode }) { useEffect(() => { console.log('PopconfirmDesigner', dataDnd, dataId,rest); },[]) return...