export interface MobileSkinProps { children: React.ReactNode | string; orientation?: 'portrait' | 'landscape'; mobileHeight?: number; mobileWidth?: number; }