@smart-react-components/ui
Version:
SRC UI includes React and Styled components.
14 lines (13 loc) • 608 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const styled_components_1 = __importDefault(require("styled-components"));
const DraggerElement_1 = __importDefault(require("./DraggerElement"));
exports.default = (0, styled_components_1.default)(DraggerElement_1.default).attrs({
getColorPickerSize: (v, t) => `
height: ${t.$.size.colorPicker[v].minorDraggerSize};
width: ${t.$.size.colorPicker[v].minorDraggerSize};
`,
}) ``;
;