UNPKG

@5minds/processcube_app_sdk

Version:
9 lines (8 loc) 201 B
type ExecutionCountProps = { count: number; }; /** * @deprecated */ export default function ExecutionCount(props: ExecutionCountProps): import("react/jsx-runtime").JSX.Element | null; export {};