We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2b62e commit abfb28fCopy full SHA for abfb28f
src/components/image/index.ts
@@ -2,6 +2,7 @@ export type {
2
IImageStandAlone,
3
IImage,
4
ImageStylesPropsType,
5
+ PictureSourceType,
6
IPictureSourceSandAlone,
7
} from './types';
8
src/components/image/types/index.ts
@@ -1,6 +1,6 @@
1
export type { IImageStandAlone, IImage } from './image';
export type { ImageStylesPropsType } from './imageTheme';
-export type { IPictureSourceSandAlone } from './pictureSource';
+export type { PictureSourceType, IPictureSourceSandAlone } from './pictureSource';
//enums
export { ImageLoadingType } from './loading';
0 commit comments