import type { EditInputFC } from '@lingxiteam/editor-types'; import './index.less'; export interface ExtendType { /** * 不允许添加的key */ disableProps: string[]; } declare const ExtendProps: EditInputFC; export default ExtendProps;