Skip to content

Commit ae25531

Browse files
committed
add missing imports - builds successfully
1 parent 8b94f27 commit ae25531

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/sdk/packages/access-gate/src/components/CodeTextField.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import type { TextFieldProps } from '@mui/material'
33
import {
44
InputAdornment, styled, TextField,
55
} from '@mui/material'
6-
import type { Dispatch, SetStateAction } from 'react'
6+
import type {
7+
Dispatch, KeyboardEvent, SetStateAction,
8+
} from 'react'
79
import React from 'react'
810

911
export type CodeTextFieldProps = TextFieldProps & {

packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import { IconButton, styled } from '@mui/material'
33
import { useResetState } from '@xylabs/react-hooks'
44
import { useEvent } from '@xyo-network/react-event'
55
import { useShareForwardedRef } from '@xyo-network/react-shared'
6-
import type { PropsWithChildren } from 'react'
6+
import type {
7+
MouseEvent, PropsWithChildren, TouchEvent,
8+
} from 'react'
79
import React, { useRef, useState } from 'react'
810

911
import type { FavoriteItemEvent } from '../lib/index.ts'

0 commit comments

Comments
 (0)