UNPKG

poststore

Version:

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

3 lines (2 loc) 221 B
import { PostStore, StoreOption } from '../typings'; export declare const getStore: ({ postDir, storeName, perPage, pageParam, shouldUpdate, watchMode, incremental, imageMaxWidth, }: StoreOption) => Promise<PostStore>;