press-tdesign-vue-next
Version:
二次封装 tdesign-vue-next
46 lines (45 loc) • 1.93 kB
TypeScript
export declare const ImageGrid: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
imageList: import('./types').ParsedImage[];
shouldBreakWord?: boolean;
width?: string;
height?: string;
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
width: string;
imageList: import('./types').ParsedImage[];
shouldBreakWord: boolean;
height: string;
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<{
imageList: import('./types').ParsedImage[];
shouldBreakWord?: boolean;
width?: string;
height?: string;
}> & Readonly<{}>, {}, {}, {}, {}, {
width: string;
imageList: import('./types').ParsedImage[];
shouldBreakWord: boolean;
height: string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<{
imageList: import('./types').ParsedImage[];
shouldBreakWord?: boolean;
width?: string;
height?: string;
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
width: string;
imageList: import('./types').ParsedImage[];
shouldBreakWord: boolean;
height: string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & (import('vue').VNodeProps & (import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin));
export default ImageGrid;
export * from './types';