UNPKG

@seontechnologies/seon-id-verification

Version:

An advanced SDK for natural person identification through document scanning, facial recognition, designed for secure and efficient user verification.

18 lines (17 loc) 407 B
export interface ThemeConfiguration { light?: { baseTextOnLight?: string; baseTextOnDark?: string; baseAccent?: string; baseOnAccent?: string; }; dark?: { baseTextOnLight?: string; baseTextOnDark?: string; baseAccent?: string; baseOnAccent?: string; }; fontFamily?: string; fontUrl?: string; fontWeight?: string; }