/// import { EffectiveStyle } from "../utils/effectiveStyleManager"; export type BaseProps = { widgetType?: string; targetEntity?: string; config: any; screenDataField?: string; targetScreenDataField?: string; eventService?: any; uiElementGroupData: Record; widgetStyle?: { id?: string; className?: string; inline?: React.CSSProperties; important?: boolean; effectiveStyles?: EffectiveStyle[]; }; viewModel?: Record; };