import type { YakTheme } from "next-yak";

export function getYakThemeContext() {
  return {} as YakTheme | undefined;
}
