import { IStateWorkFlow } from "@/plane-web/types"; type Props = { currentTransitionMap?: IStateWorkFlow; }; export const StateTransitionCount = (props: Props) => <>;