UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 285 B
import _Image from './image'; import { WithInstallType } from '../shared'; import './style'; import { TdImageProps } from './type'; export * from './type'; export declare type ImageProps = TdImageProps; export declare const Image: WithInstallType<typeof _Image>; export default Image;