import type { ThemeChangedData } from "./theme-changed-data.js";

export type ThemeChangedCallback = (data: ThemeChangedData) => void;
