import './index.less'; import type { EditInputFC } from '@lingxiteam/editor-types'; export interface UrlInputProps { value?: string; onChange?: (e: any) => void; defalutValue?: string; Component?: any; } declare const UrlInput: EditInputFC; export default UrlInput;