import { IFontFace } from "../fonts"; import { SwiperOptions } from "swiper/types"; import IWidgetRequest from "./core/widget-request"; export type SharedWidgetOptions = { customCSS: string | null; customJS: string | null; widgetOptions: WidgetOptions & { plugins?: Record; }>; }; guid?: string; filterId: number | null; enabled: boolean; }; export type ExpandedTileVariant = "horizontal" | "vertical"; export type UserConfig = { expandedTile: Partial; inlineTile: Partial; components?: Partial; fonts?: IFontFace[]; style?: Partial