File "attributes.js"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/extend/inspector-control/controls/borders/attributes.js
File size: 117 B (117 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

export default function getBorderAttributes() {
	return {
		borders: {
			type: 'object',
			default: {},
		},
	};
}