UNPKG

remark-heading-gap

Version:

remark plugin to adjust the gap between headings

4 lines (3 loc) 146 B
export { default } from "./lib/index.js"; export type Gap = import('./lib/index.js').Gap; export type Options = import('./lib/index.js').Options;