* @phpstan-var string|array{ * 0: string, * } */ public $theme_supports; /** * Title of the panel to show in UI. */ public string $title; /** * Description to show in the UI. */ public string $description; /** * Type of the panel. */ public string $type; /** * Active callback. * * @phpstan-var callable(\WP_Customize_Panel): bool */ public $active_callback; }