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