UNPKG

@rn-vui/themed

Version:
6 lines (5 loc) 374 B
import { Switch, SwitchProps } from '@rn-vui/base/dist/Switch/Switch'; export { Switch }; export type { SwitchProps }; declare const _default: import("react").FunctionComponent<import("react").PropsWithChildren<SwitchProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<SwitchProps>>>; export default _default;