UNPKG

react-native-paper

Version:
9 lines 267 B
import { StyleProp, ViewStyle } from 'react-native'; export type DialogChildProps = { style?: StyleProp<ViewStyle>; }; export type DialogActionChildProps = DialogChildProps & { compact?: boolean; uppercase?: boolean; }; //# sourceMappingURL=utils.d.ts.map