UNPKG

discord-user-card

Version:

Display Discord users' profile cards just like in Discord.

19 lines (18 loc) 581 B
import { DiscordUserCardUser } from '@discord-user-card/core'; export declare function getUserTheming(user: DiscordUserCardUser): { primaryColor: string; secondaryColor: string; overlayColor: string; buttonColor: string; backgroundColor: string; dividerColor: string; roleBackgroundColor: string; roleBorderColor: string; themeMixBaseHsl?: string; themeMixBase?: string; themeMixText?: string; themeMixAmountBase?: string; themeMixAmountText?: string; themeOverwrite?: string; }; //# sourceMappingURL=getUserTheming.d.ts.map