@fictjs/runtime 0.0.9 → 0.0.10

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.cts CHANGED
@@ -441,6 +441,7 @@ declare function runInScope(flag: MaybeReactive<boolean>, fn: () => void): void;
441
441
  interface HookContext {
442
442
  slots: unknown[];
443
443
  cursor: number;
444
+ rendering?: boolean;
444
445
  }
445
446
  declare function __fictUseContext(): HookContext;
446
447
  declare function __fictPushContext(): HookContext;
package/dist/index.d.ts CHANGED
@@ -441,6 +441,7 @@ declare function runInScope(flag: MaybeReactive<boolean>, fn: () => void): void;
441
441
  interface HookContext {
442
442
  slots: unknown[];
443
443
  cursor: number;
444
+ rendering?: boolean;
444
445
  }
445
446
  declare function __fictUseContext(): HookContext;
446
447
  declare function __fictPushContext(): HookContext;