@fesjs/fes-design
Version:
fes-design for PC
13 lines (12 loc) • 560 B
TypeScript
import type { SFCWithInstall } from '../_util/interface';
import Image from './image.vue';
import PreviewGroup from './preview-group';
type ImageType = SFCWithInstall<typeof Image>;
type PreviewGroupType = SFCWithInstall<typeof PreviewGroup>;
export { imageProps } from './image.vue';
export type { ImageProps } from './image.vue';
export declare const FImage: ImageType;
export { previewGroupProps } from './preview-group';
export type { PreviewGroupProps } from './preview-group';
export declare const FPreviewGroup: PreviewGroupType;
export default FImage;