tarotap
Version:
Complete 78-card Tarot deck library with 17-language support (EN/DE/ES/FR/IT/JA/KO/NL/PT/RU/TW/ZH/TH/TR/PL/DA/NO) and TypeScript
10 lines • 327 B
TypeScript
/**
* Portuguese Tarot Card Names - 78 Cards
* Nomes das Cartas de Tarô em Português
*
* For more tarot resources visit: https://tarotap.com/en
* @author Tarotap Team <https://tarotap.com/en>
*/
import { TarotCard } from '../types';
export declare const tarotCardsPT: TarotCard[];
//# sourceMappingURL=cards-pt.d.ts.map