import type { CardFaceProps } from "./types"; /** 卡面:光泽 + 装饰圆形 */ export function CirclesFace(_: CardFaceProps) { return ( <>
); }