UNPKG

@cainiaofe/cn-ui-m

Version:
6 lines (5 loc) 281 B
import { withNativeProps } from "../../utils/with-native-props"; import React from 'react'; export var CnSliderItem = function (props) { return withNativeProps(props, React.createElement("div", { className: "cn-ui-m-slider-item", onClick: props.onClick }, props.children)); };