mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
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:
8
app/src/types/elliptic.d.ts
vendored
8
app/src/types/elliptic.d.ts
vendored
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user