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 (6 loc) 138 B
export interface CollapsibleProps { title: string; text?: string; initialCollapsed?: boolean; children?: React.ReactNode; }