UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

10 lines (7 loc) 724 B
import styled from 'styled-components/native'; import { getBottomSheetGrabHandleStyles, getHandlePartStyles } from './getBottomSheetGrabHandleStyles.js'; import { BaseBox } from '../Box/BaseBox/BaseBox.native.js'; import { jsx } from 'react/jsx-runtime'; var StyledGrabHandle=styled(BaseBox)(function(_ref){var theme=_ref.theme;return getBottomSheetGrabHandleStyles({theme:theme});});var StyledHandlePart=styled(BaseBox)(function(_ref2){var theme=_ref2.theme;return getHandlePartStyles({theme:theme});});var BottomSheetGrabHandle=function BottomSheetGrabHandle(){return jsx(StyledGrabHandle,{children:jsx(StyledHandlePart,{})});}; export { BottomSheetGrabHandle }; //# sourceMappingURL=BottomSheetGrabHandle.native.js.map