Skip to content

Commit 7acd777

Browse files
committed
Drop @experimental doc for cloud utils.
1 parent 9f0a353 commit 7acd777

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: src/cloud/useCKEditorCloud.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { useAsyncValue, type AsyncValueHookResult } from '../hooks/useAsyncValue
1717
* @template Config The type of the CKEditor Cloud configuration.
1818
* @param config The configuration of the hook.
1919
* @returns The state of async operation that resolves to the CKEditor bundles.
20-
* @experimental
2120
* @example
2221
*
2322
* ```ts

Diff for: src/cloud/withCKEditorCloud.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import useCKEditorCloud from './useCKEditorCloud.js';
1717
* @template A The type of the additional resources to load.
1818
* @param config The configuration of the CKEditor Cloud integration.
1919
* @returns A function that injects the CKEditor Cloud integration into a component.
20-
* @experimental
2120
* @example
2221
2322
* ```tsx

0 commit comments

Comments
 (0)