@fictjs/runtime 0.0.9 → 0.0.11

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/slim.d.cts CHANGED
@@ -450,6 +450,7 @@ declare function createKeyedList<T>(getItems: () => T[], keyFn: (item: T, index:
450
450
  interface HookContext {
451
451
  slots: unknown[];
452
452
  cursor: number;
453
+ rendering?: boolean;
453
454
  }
454
455
  declare function __fictUseContext(): HookContext;
455
456
  declare function __fictPushContext(): HookContext;
package/dist/slim.d.ts CHANGED
@@ -450,6 +450,7 @@ declare function createKeyedList<T>(getItems: () => T[], keyFn: (item: T, index:
450
450
  interface HookContext {
451
451
  slots: unknown[];
452
452
  cursor: number;
453
+ rendering?: boolean;
453
454
  }
454
455
  declare function __fictUseContext(): HookContext;
455
456
  declare function __fictPushContext(): HookContext;