import { SyncOptions } from "../../../redux/reducers/sync"; import Checkbox from "../../../components/ui/Checkbox"; interface Props { options?: SyncOptions; } export function Native(props: Props) { return
; }