vue-devui
Version:
DevUI components based on Vite and Vue3
44 lines (43 loc) • 1.57 kB
TypeScript
import './comment.scss';
declare const _default: import("vue").DefineComponent<{
readonly datetime: string;
readonly avatar: string;
readonly author: string;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
readonly datetime: string;
readonly avatar: string;
readonly author: string;
}> & Readonly<{}>, {
readonly datetime: string;
readonly avatar: string;
readonly author: string;
}, {}, {
Avatar: import("vue").DefineComponent<{
height: number;
width: number;
name: string;
gender: string;
isRound: boolean;
imgSrc: string;
customText: string;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loadError"[], "loadError", import("vue").PublicProps, Readonly<{
height: number;
width: number;
name: string;
gender: string;
isRound: boolean;
imgSrc: string;
customText: string;
}> & Readonly<{
onLoadError?: ((...args: any[]) => any) | undefined;
}>, {
height: number;
width: number;
name: string;
gender: string;
isRound: boolean;
imgSrc: string;
customText: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;