UNPKG

@hc.ds/mobile

Version:
8 lines (7 loc) 153 B
export interface MinimizedViewProps { title: string; description: string; buttonText?: string; onPress?: () => void; testID?: string; }