UNPKG

@expo/html-elements

Version:

Universal semantic HTML React components for iOS, Android, web, and desktop

8 lines (6 loc) 108 B
interface Process { env: { [key: string]: string | undefined; }; } declare const process: Process;