site/node_modules/rehype-autolink-headings/index.d.ts

6 lines
280 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
export { default } from "./lib/index.js";
export type Behavior = import('./lib/index.js').Behavior;
export type Build = import('./lib/index.js').Build;
export type BuildProperties = import('./lib/index.js').BuildProperties;
export type Options = import('./lib/index.js').Options;