/** * 控制台应用主动订阅,感知主题被切换 */ export default function onThemeChange(fn: (payload: string) => void): () => void;