/** Specifies the possible orientations of a card. */ export type CardOrientation = "horizontal" | "vertical"; //# sourceMappingURL=CardOrientation.d.ts.map