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