Skip to content

Commit

Permalink
Merge pull request #526 from ckeditor/ck/mark-cdn-functions-as-experi…
Browse files Browse the repository at this point in the history
…mental

Add missing `@experimental` jsdoc to `useCKEditorCloud` and `withCKEditorCloud`
  • Loading branch information
Mati365 authored Sep 17, 2024
2 parents 1268d9e + 35aafaf commit 1514364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cloud/useCKEditorCloud.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/cloud/withCKEditorCloud.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1514364

Please sign in to comment.