segmented-controls-react
Version:
A good-lookin' segmented control React component 🔥
9 lines (8 loc) • 554 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.spring = exports.typography = exports.colors = void 0;
const styles_1 = require("./styles");
Object.defineProperty(exports, "colors", { enumerable: true, get: function () { return styles_1.colors; } });
Object.defineProperty(exports, "typography", { enumerable: true, get: function () { return styles_1.typography; } });
const spring_1 = require("./spring");
Object.defineProperty(exports, "spring", { enumerable: true, get: function () { return spring_1.spring; } });