Skip to content

Commit

Permalink
Added license header to vite-env.d.ts.
Browse files Browse the repository at this point in the history
  • Loading branch information
psmyrek committed Jan 8, 2025
1 parent 787b040 commit 1e1fedd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/

declare const __REACT_VERSION__: number;

declare const __REACT_INTEGRATION_VERSION__: string;

0 comments on commit 1e1fedd

Please sign in to comment.