/var/www/html/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockContainerInterface.php


1
2
3
4
5
6
7
8
<?php

namespace Automattic\WooCommerce\Admin\BlockTemplates;

/**
 * Interface for block containers.
 */
interface BlockContainerInterface extends BlockInterfaceContainerInterface {}