UNPKG

@audira/carbon-react-native

Version:

Build React Native apps with component and shared patterns using Carbon

23 lines (22 loc) 540 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Small = void 0; var _react = require("react"); var _index = require("../base/index.js"); var _jsxRuntime = require("react/jsx-runtime"); const Small = exports.Small = /*#__PURE__*/(0, _react.forwardRef)(function Small({ switchProps, ...props }, ref) { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.Base, { ...props, switchProps: { ...switchProps, size: 'small' }, ref: ref }); }); //# sourceMappingURL=Small.js.map