import { ThemeContextValue } from '../../context'; export function useSetThemeBody( theme: ThemeContextValue['theme'], colors: ThemeContextValue['colors'] ) {}