narrat 3.10.2 → 3.10.3

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.
@@ -3320,6 +3320,8 @@ export declare const sourceAllStores: {
3320
3320
  readonly store: import("pinia").StoreDefinition<"inputs", import("../stores/inputs-store").InputsStoreState, {}, {
3321
3321
  setupInputs(): void;
3322
3322
  createInGameInputListener(): void;
3323
+ startTyping(): void;
3324
+ stopTyping(): void;
3323
3325
  removeInGameInputListener(): void;
3324
3326
  listenToContainerInputs(): void;
3325
3327
  listenToBaseNarratInputs(): void;