| Current Path : /var/www/html/performance.sumar.com.py/vendor/maatwebsite/excel/src/Concerns/ |
| Current File : /var/www/html/performance.sumar.com.py/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);
}