Skip to content

Commit

Permalink
fix: remove ambiguous export
Browse files Browse the repository at this point in the history
  • Loading branch information
rusandorx committed Sep 25, 2023
1 parent 58e1135 commit b422cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/yfm/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {YfmTabsSpecs, YfmTabsSpecsOptions} from './YfmTabs/YfmTabsSpecs';

export * from './Checkbox/CheckboxSpecs';
export * from './Color/ColorSpecs';
export * from './ImgSize/ImgSizeSpecs';
export {ImgSizeSpecs} from './ImgSize/ImgSizeSpecs';
export * from './Math/MathSpecs';
export * from './Monospace/MonospaceSpecs';
export * from './Video/VideoSpecs';
Expand Down

0 comments on commit b422cbe

Please sign in to comment.