9 lines
186 B
PHP
9 lines
186 B
PHP
<?php
|
|
|
|
namespace Automattic\WooCommerce\Admin\BlockTemplates;
|
|
|
|
/**
|
|
* Interface for block containers.
|
|
*/
|
|
interface BlockContainerInterface extends BlockInterface, ContainerInterface {}
|