chore: tighten types across mobile surface areas (#1209)

* chore(app): tighten types across app workspace

* fixes

* save wip

* save wip linting

* fix any types

* fix types

* fix: import forwardRef directly from react

- Changed from React.forwardRef to forwardRef import
- Resolves linting warning about named exports

* save typing and linting updates

* cr feedback. final pass

* more cr feedback

* pipeline fixes
This commit is contained in:
Justin Hernandez
2025-10-09 09:53:29 -07:00
committed by GitHub
parent 04562d185f
commit 8255a9ac56
92 changed files with 803 additions and 395 deletions

View File

@@ -1,8 +0,0 @@
// SPDX-FileCopyrightText: 2025 Social Connect Labs, Inc.
// SPDX-License-Identifier: BUSL-1.1
// NOTE: Converts to Apache-2.0 on 2029-06-11 per LICENSE.
declare module 'elliptic' {
const elliptic: any;
export = elliptic;
}