UNPKG

reactnativeepictrailsds

Version:

A flexible and customizable design system for React Native, providing pre-built UI components, typography, and themes to enhance mobile app development.

7 lines 159 B
export interface DialogProps { title: string; description: string; buttonLabel: string; onButtonPress: () => void; children: React.ReactNode; }