balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

collections.js (154B)


      1 import { registerBlockCollection } from '@wordpress/blocks'
      2 
      3 export const supportsBlockCollections = () => typeof registerBlockCollection !== 'undefined'