/* eslint-disable camelcase */ import { Switch as RNSwitch, SwitchProps } from 'react-native'; import type { FCCWD } from '../../types'; import { applyDefaults } from '../../core/KitraProvider'; const Switch: FCCWD = ( { theme, ...props }, ) => ( ); export default applyDefaults(Switch);