Skip to content

Commit

Permalink
fix: remove ambiguous export (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusandorx authored Sep 29, 2023
1 parent 58e1135 commit 3a276e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/extensions/yfm/ImgSize/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import {addImageAction} from './const';
import {addImage, AddImageAttrs} from './actions';
import {ImgSizeSpecs, ImgSizeSpecsOptions} from './ImgSizeSpecs';

export {ImgSizeAttr} from './ImgSizeSpecs';

export type ImgSizeOptions = ImgSizeSpecsOptions & {};

export const ImgSize: ExtensionAuto<ImgSizeOptions> = (builder, opts) => {
Expand Down

0 comments on commit 3a276e8

Please sign in to comment.