remove overrides (#22575)
This commit is contained in:
@@ -393,8 +393,8 @@ export const WorkflowWithInnerContext = memo(({
|
||||
)
|
||||
})
|
||||
|
||||
type WorkflowWithDefaultContextProps =
|
||||
Pick<WorkflowProps, 'edges' | 'nodes'>
|
||||
type WorkflowWithDefaultContextProps
|
||||
= Pick<WorkflowProps, 'edges' | 'nodes'>
|
||||
& {
|
||||
children: React.ReactNode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user