Type
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import {type ComponentProps, type JSX} from 'react'
|
import {type ComponentProps} from 'react'
|
||||||
import {
|
import {
|
||||||
type GestureResponderEvent,
|
type GestureResponderEvent,
|
||||||
type Pressable,
|
type Pressable,
|
||||||
@@ -18,7 +18,7 @@ import {IS_WEB} from '#/env'
|
|||||||
|
|
||||||
export interface FABProps extends ComponentProps<typeof Pressable> {
|
export interface FABProps extends ComponentProps<typeof Pressable> {
|
||||||
testID?: string
|
testID?: string
|
||||||
icon: JSX.Element
|
icon: React.JSX.Element
|
||||||
style?: StyleProp<ViewStyle>
|
style?: StyleProp<ViewStyle>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user