File "index.js"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/components/element/index.js
File size: 189 B (189 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

import {
	createElement,
} from '@wordpress/element';

export default function Element( { tagName, htmlAttrs, children } ) {
	return createElement(
		tagName,
		htmlAttrs,
		children
	);
}