import type { TBase, TBaseTagMap } from "@jay-js/elements";
export type TCardBody<T extends TBaseTagMap> = TBase<T>;
