Skip to content

Commit

Permalink
Target docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 authored and fwkoch committed Jul 14, 2024
1 parent 45b60a5 commit d20c89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/myst-transforms/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export { containerChildrenPlugin, containerChildrenTransform } from './container
export { headingDepthPlugin, headingDepthTransform } from './headings.js';

// Enumeration
export type { IReferenceStateResolver, ReferenceKind } from './enumerate.js';
export type { IReferenceStateResolver, ReferenceKind, TargetCounts } from './enumerate.js';
export {
addChildrenFromTargetNode,
enumerateTargetsTransform,
Expand Down

0 comments on commit d20c89a

Please sign in to comment.