UNPKG

poststore

Version:

PostStore can be used with NEXT.JS to create markdown-based blogs.

3 lines (2 loc) 165 B
import { StoreOption, UseConfigOption } from '../typings'; export declare const loadConfig: ({ storeName, configPath, }: UseConfigOption) => Promise<StoreOption>;