first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/* eslint-disable @wordpress/no-unsafe-wp-apis */
|
||||
/**
|
||||
* External dependencies
|
||||
*/
|
||||
import { __experimentalGetSpacingClassesAndStyles } from '@wordpress/block-editor';
|
||||
|
||||
export const hasSpacingStyleSupport = () =>
|
||||
typeof __experimentalGetSpacingClassesAndStyles === 'function';
|
||||
Reference in New Issue
Block a user