UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

11 lines (10 loc) 249 B
export interface AlertProps { alertId: string; title?: string; leftButtonText?: string; rightButtonText?: string; leftButtonOnPress?: () => void; rightButtonOnPress?: () => void; onClose?: () => void; styles?: any; }