UNPKG

swiftui-react-native

Version:

A React Native component library inspired by SwiftUI

3 lines (2 loc) 97 B
import { ToggleProps } from './types'; export declare const Toggle: (props: ToggleProps) => any;