kwikid-components
Version:
KwikID's Components Library
19 lines (18 loc) • 391 B
TypeScript
export declare const ERROR_CONFIG: {
clientName: string;
messages: any[];
headerConfig: {
title: string;
};
footerConfig: {
showPowerBy: boolean;
label: string;
logo: string;
};
scheduleLaterConfig: {
showScheduleLater: boolean;
buttonLabel: string;
orLabel: string;
};
startButtonLabel: string;
};