Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/maatwebsite/excel/src/Concerns/
Upload File :
Current File : /home/users/unlimited/www/whatsapp-crm/vendor/maatwebsite/excel/src/Concerns/WithDefaultStyles.php

<?php

namespace Maatwebsite\Excel\Concerns;

use PhpOffice\PhpSpreadsheet\Style\Style;

interface WithDefaultStyles
{
    /**
     * @return array|void
     */
    public function defaultStyles(Style $defaultStyle);
}