UNPKG

react-native-paper

Version:
11 lines (8 loc) 228 B
import { StyleProp, ViewStyle } from 'react-native'; export type DialogChildProps = { style?: StyleProp<ViewStyle>; }; export type DialogActionChildProps = DialogChildProps & { compact?: boolean; uppercase?: boolean; };