UNPKG

@audira/carbon-react-native

Version:

Build React Native apps with component and shared patterns using Carbon

19 lines (18 loc) 420 B
"use strict"; import { forwardRef } from 'react'; import { Base } from "../base/index.js"; import { jsx as _jsx } from "react/jsx-runtime"; export const Default = /*#__PURE__*/forwardRef(function Default({ switchProps, ...props }, ref) { return /*#__PURE__*/_jsx(Base, { ...props, switchProps: { ...switchProps, size: 'default' }, ref: ref }); }); //# sourceMappingURL=Default.js.map