UNPKG

reactnativeepictrailsds

Version:

A modern, production-ready design system for React Native — featuring pre-styled, customizable components, state-based UI logic, theme support, and seamless integration with Tailwind, Expo, and TypeScript. Built for scalable mobile app development with ac

10 lines 289 B
export type TileProps = { w?: number; h?: number; label: string; paragraph?: string; variant?: "variant-1" | "variant-2" | "variant-3" | "variant-4" | "variant-5" | "variant-6"; icon?: "sheart" | "heart" | "box" | "label"; enabled?: boolean; selected?: boolean; };