@imjp/writenex-astro 1.6.0 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/dist/client/index.d.ts +0 -19
package/package.json
CHANGED
package/dist/client/index.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview Client entry point for Writenex editor
|
|
3
|
-
*
|
|
4
|
-
* This is the main entry point for the React-based editor UI.
|
|
5
|
-
* It bootstraps the application and mounts it to the DOM.
|
|
6
|
-
*
|
|
7
|
-
* @module @writenex/astro/client
|
|
8
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* Configuration injected by the server
|
|
11
|
-
*/
|
|
12
|
-
declare global {
|
|
13
|
-
interface Window {
|
|
14
|
-
__WRITENEX_CONFIG__?: {
|
|
15
|
-
basePath: string;
|
|
16
|
-
apiBase: string;
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
}
|