@olonjs/core 1.0.99 → 1.0.101
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/dist/index.d.ts +3 -0
- package/dist/olonjs-core.js +2227 -2171
- package/dist/olonjs-core.umd.cjs +38 -38
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -220,6 +220,9 @@ export declare function JsonPagesEngine({ config }: JsonPagesEngineProps): JSX.E
|
|
|
220
220
|
|
|
221
221
|
declare interface JsonPagesEngineProps {
|
|
222
222
|
config: JsonPagesConfig;
|
|
223
|
+
webMcp?: {
|
|
224
|
+
enabled: boolean;
|
|
225
|
+
};
|
|
223
226
|
}
|
|
224
227
|
|
|
225
228
|
export declare interface LayerItem {
|