Skip to content

Commit

Permalink
feat(image): export ImageInst type
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonic853 authored Oct 23, 2024
1 parent acced75 commit 6dfa5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default as NImage, imageProps } from './src/Image'
export type { ImageProps } from './src/Image'
export type { ImageProps, ImageInst } from './src/Image'
export { default as NImageGroup, imageGroupProps } from './src/ImageGroup'
export type { ImageGroupProps } from './src/ImageGroup'
export type * from './src/public-types'

0 comments on commit 6dfa5b6

Please sign in to comment.