@ohu-mobile/core
Version:
13 lines (12 loc) • 603 B
TypeScript
declare const DetailItem: import("vue-tsx-support")._TsxComponentV3<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>> & import("../_utils/defineComponent").OhuComponentInnerProps & {
title: string;
content: string;
extra: string;
unactive: boolean;
}, {}, {} & {
title?: string | undefined;
content?: string | undefined;
extra?: string | undefined;
unactive?: boolean | undefined;
}, {}, {}, {}>;
export default DetailItem;