diff --git a/packages/components/src/theme/index.tsx b/packages/components/src/theme/index.tsx index ff474ca9280c1..984ec32a07ce3 100644 --- a/packages/components/src/theme/index.tsx +++ b/packages/components/src/theme/index.tsx @@ -20,16 +20,6 @@ import { useCx } from '../utils'; * * @example * ```jsx - * import { privateApis as componentsPrivateApis } from '@wordpress/components'; - * import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/private-apis'; - * - * const { lock, unlock } = __dangerousOptInToUnstableAPIsOnlyForCoreModules( - * 'I know using unstable features means my plugin or theme will inevitably break on the next WordPress release.', - * '@wordpress/components' - * ); - * - * const { Theme } = unlock( componentsPrivateApis ); - * * const Example = () => { * return ( *