@rn-vui/themed
Version:
Cross Platform React Native UI Toolkit
6 lines (5 loc) • 374 B
TypeScript
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;