interface AsukaBrandingConfig {
    cssVariables?: Record<string, string>;
    hidePoweredBy?: boolean;
    logoUrl?: string;
    productName?: string;
    rootClassName?: string;
    whiteLabel?: boolean;
}

Properties

cssVariables?: Record<string, string>
hidePoweredBy?: boolean
logoUrl?: string
productName?: string
rootClassName?: string
whiteLabel?: boolean