mirror of
https://github.com/makeplane/plane.git
synced 2025-12-24 23:59:40 +01:00
8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
import { IStateWorkFlow } from "@/plane-web/types";
|
|
|
|
type Props = {
|
|
currentTransitionMap?: IStateWorkFlow;
|
|
};
|
|
|
|
export const StateTransitionCount = (props: Props) => <></>;
|