remove overrides (#22575)

This commit is contained in:
Asuka Minato
2025-07-17 22:47:48 +09:00
committed by GitHub
parent a4ef900916
commit 2423f97c72
8 changed files with 2513 additions and 3405 deletions

View File

@@ -393,8 +393,8 @@ export const WorkflowWithInnerContext = memo(({
)
})
type WorkflowWithDefaultContextProps =
Pick<WorkflowProps, 'edges' | 'nodes'>
type WorkflowWithDefaultContextProps
= Pick<WorkflowProps, 'edges' | 'nodes'>
& {
children: React.ReactNode
}