UNPKG

poststore

Version:

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

4 lines (3 loc) 115 B
import type { Node } from 'unist'; declare const _default: () => (root: Node) => void; export default _default;