File "WithDefaultStyles.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/maatwebsite/excel/src/Concerns/WithDefaultStyles.php
File size: 219 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Maatwebsite\Excel\Concerns;
use PhpOffice\PhpSpreadsheet\Style\Style;
interface WithDefaultStyles
{
/**
* @return array|void
*/
public function defaultStyles(Style $defaultStyle);
}