export interface PlatformProps { /** * Props only for web */ _web?: any; /** * Props only for ios */ _ios?: any; /** * Props only for android */ _android?: any; /** * Props only for light mode */ _light?: any; /** * Props only for dark mode */ _dark?: any; }