🚀 feat(tabs): add save function to TabsContextType
The save function is added to TabsContextType to allow the saving of changes made to the flows in the tabs.
This commit is contained in:
parent
2bd3d6b3de
commit
68f278553f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { FlowType } from "../flow";
|
||||
|
||||
export type TabsContextType = {
|
||||
save: () => void;
|
||||
tabId: string;
|
||||
setTabId: (index: string) => void;
|
||||
flows: Array<FlowType>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue