import { EditorInputBase } from '@lingxiteam/editor-types'; export interface SetBusiCompProps { hasTip?: boolean; tipText?: string; linkUrl?: string; linkText?: string; title?: string; propsKey: string; propsName?: string; selectedComp: any; selectedPage: any; onChange: any; getEditorApi: EditorInputBase['getEditorApi']; }