import './index.less'; import { EditInputFC } from '@lingxiteam/editor-types'; interface ExtCodeInputType { id?: any; label?: any; selectedComp?: any; onChange?: (value: any) => void; value?: any; hideMoreSelection?: boolean; wrapRef?: any; DSLCore?: any; } declare const ExtCodeInput: EditInputFC; export default ExtCodeInput;