import type { CreateComponentDoc } from "../../types/CreateComponentDoc"; export type View = CreateComponentDoc<"view", { properties: { class?: string; style?: string; hover_class?: string; hover_stop_propagation?: boolean; hover_start_time?: number; hover_stay_time?: number; }; }>;