mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02: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) => <></>;
|