UNPKG
expo-ui-kit-test
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
Cross-platform UI kit for Expo/React Native with responsive breakpoints and components.
expo-ui-kit-test
/
dist
/
components
/
Button
/
index.d.ts
8 lines
(7 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
_default
:
(
{ title, onPress, variant, disabled }: { title:
string
; onPress: () =>
void
; variant?:
"primary"
|
"secondary"
; disabled?:
boolean
; }
) =>
import
(
"react"
).
JSX
.
Element
;
export
default
_default;