interface ButtonChangeScreenProps {
    clickableText: string;
    infoText: string;
    onPress: (() => void);
}

Properties

clickableText: string
infoText: string
onPress: (() => void)

Type declaration

    • (): void
    • Returns void