press-tdesign-vue-next
Version:
二次封装 tdesign-vue-next
15 lines (14 loc) • 597 B
TypeScript
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;