UNPKG

@wordpress/components

Version:
26 lines (23 loc) 559 B
import _extends from "@babel/runtime/helpers/esm/extends"; import { createElement } from "@wordpress/element"; /** * Internal dependencies */ import ColorCell from '../mobile/bottom-sheet/color-cell'; function ColorControl(_ref) { let { label, onPress, color, withColorIndicator, ...props } = _ref; return createElement(ColorCell, _extends({ label: label, onPress: onPress, color: color, withColorIndicator: withColorIndicator }, props)); } export default ColorControl; //# sourceMappingURL=index.native.js.map