UNPKG

@frontity/core

Version:

The core package of the Frontity framework.

9 lines (8 loc) 213 B
import { FrontityConfig } from "@frontity/types/config"; /** * Create the Frontity configuration. * * @returns The Frontity config object. */ declare const config: () => FrontityConfig; export default config;