UNPKG

@isotope/docking

Version:

Docking - Isotope-based Static Site Generator

11 lines (10 loc) 196 B
interface Config { [property: string]: any; } /** * Loads the config file. * * @returns - Config object. */ declare const loadConfig: () => Promise<Config>; export { Config, loadConfig };