UNPKG

@paroicms/connector

Version:

An API to help build management tools for ParoiCMS instances

5 lines (4 loc) 288 B
import { type ThemeConf } from "@paroicms/public-anywhere-lib"; import type { JtThemeConf } from "../../typeonly/theme-json-types.d.ts"; export declare function readThemeConfFile(themeDir: string): Promise<ThemeConf>; export declare function formatThemeConf(val: JtThemeConf): ThemeConf;