@ohu-mobile/core
Version:
12 lines (11 loc) • 639 B
TypeScript
export declare const cardHeaderBaseName: string;
declare const CardHeader: 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 & {
status: "error" | "normal" | "success";
bold: boolean;
extra: string;
}, {}, {} & {
bold?: boolean | undefined;
extra?: string | undefined;
status?: "error" | "normal" | "success" | undefined;
}, {}, {}, {}>;
export default CardHeader;