diff --git a/src/cloud/useCKEditorCloud.tsx b/src/cloud/useCKEditorCloud.tsx index fd8ae753..4879b3b8 100644 --- a/src/cloud/useCKEditorCloud.tsx +++ b/src/cloud/useCKEditorCloud.tsx @@ -17,6 +17,7 @@ import { useAsyncValue, type AsyncValueHookResult } from '../hooks/useAsyncValue * @template Config The type of the CKEditor Cloud configuration. * @param config The configuration of the hook. * @returns The state of async operation that resolves to the CKEditor bundles. + * @experimental * @example * * ```ts diff --git a/src/cloud/withCKEditorCloud.tsx b/src/cloud/withCKEditorCloud.tsx index 3cb7a054..437996e5 100644 --- a/src/cloud/withCKEditorCloud.tsx +++ b/src/cloud/withCKEditorCloud.tsx @@ -17,6 +17,7 @@ import useCKEditorCloud from './useCKEditorCloud.js'; * @template A The type of the additional resources to load. * @param config The configuration of the CKEditor Cloud integration. * @returns A function that injects the CKEditor Cloud integration into a component. + * @experimental * @example * ```tsx