UNPKG

@kobalte/solidbase

Version:

Fully featured, fully customisable static site generation for SolidStart

9 lines (7 loc) 152 B
import { getLocale, getTheme } from "./client"; export function getHtmlProps() { return { lang: getLocale().code, "data-theme": getTheme(), }; }