Skip to content

Commit abfb28f

Browse files
author
Kubit
committed
Export new picture type
1 parent bf2b62e commit abfb28f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/image/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export type {
22
IImageStandAlone,
33
IImage,
44
ImageStylesPropsType,
5+
PictureSourceType,
56
IPictureSourceSandAlone,
67
} from './types';
78

src/components/image/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export type { IImageStandAlone, IImage } from './image';
22
export type { ImageStylesPropsType } from './imageTheme';
3-
export type { IPictureSourceSandAlone } from './pictureSource';
3+
export type { PictureSourceType, IPictureSourceSandAlone } from './pictureSource';
44

55
//enums
66
export { ImageLoadingType } from './loading';

0 commit comments

Comments
 (0)