UNPKG

@wordpress/components

Version:
25 lines (22 loc) 528 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({ label, onPress, color, withColorIndicator, ...props }) { return createElement(ColorCell, _extends({ label: label, onPress: onPress, color: color, withColorIndicator: withColorIndicator }, props)); } export default ColorControl; //# sourceMappingURL=index.native.js.map