import { FC } from "react"; export const Flow: FC<{ children: any; PassProp: any; flow: { text: string; popover: any; icon: any }[]; props?: any; active?: string | (() => string); }> = ({ PassProp, children, flow, props, active }) => { return (