import TopNItem from '@/components/top-n-item'; import { Form } from 'antd'; import { IOperatorForm } from '../../interface'; import DynamicInputVariable from '../components/dynamic-input-variable'; const GithubForm = ({ onValuesChange, form, node }: IOperatorForm) => { return (
); }; export default GithubForm;