UNPKG

press-tdesign-vue-next

Version:
15 lines (14 loc) 597 B
import { ParsedImage } from './types'; type Props = { imageList: ParsedImage[]; shouldBreakWord?: boolean; width?: string; height?: string; }; declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, { width: string; imageList: ParsedImage[]; shouldBreakWord: boolean; height: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;