/
home
/
rekodeb
/
webmars
/
wp-content
/
plugins
/
woocommerce
/
src
/
Admin
/
BlockTemplates
/
Upload File
HOME
<?php namespace Automattic\WooCommerce\Admin\BlockTemplates; /** * Interface for block containers. */ interface BlockContainerInterface extends BlockInterface, ContainerInterface {}