File "registered-block-components-init.ts"

Full Path: /home/warrior1/public_html/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/registered-block-components-init.ts
File size: 243 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * External dependencies
 */
import type { RegisteredBlockComponent } from '@woocommerce/types';

const registeredBlockComponents: Record<
	string,
	Record< string, RegisteredBlockComponent >
> = {};

export { registeredBlockComponents };