kwikid-agent-dashboard
Version:
KwikID's EKYC Agent Map View Module.
33 lines (32 loc) • 670 B
TypeScript
export declare const STATUS: {
kyc_result_rejected: {
color: string;
label: string;
background: string;
hint: string;
};
kyc_result_approved: {
color: string;
label: string;
background: string;
hint: string;
};
kyc_result_partial_update: {
color: string;
label: string;
background: string;
hint: string;
};
waiting: {
color: string;
label: string;
background: string;
hint: string;
};
};
export declare const DEFAULT_STYLES: {
color: string;
label: string;
background: string;
hint: string;
};