UNPKG

@wordpress/core-data

Version:
11 lines (9 loc) 356 B
/** * WordPress dependencies */ import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/private-apis'; export const { lock, unlock } = __dangerousOptInToUnstableAPIsOnlyForCoreModules( 'I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.', '@wordpress/core-data' );