onfido-sdk-ui
Version:
JavaScript SDK view layer for Onfido identity verification
16 lines (15 loc) • 474 B
TypeScript
import type { Theme } from '../capture-api/theming/Theme';
export type V15Theme = Theme & {
/**
* @deprecated Internal type: Temporary until fonts are officially supported through the theming API
*/
googleFonts?: string[];
/**
* @deprecated Internal type: Temporary until fonts are officially supported through the theming API
*/
customFonts?: string[];
/**
* @deprecated Internal type only
*/
version?: 'v2' | 'v3';
};