side-navigation-react
Version:
Easy, responsive & flexible navigational component that compose declaratively with your application.
17 lines (16 loc) • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Thin = 200;
exports.Light = 300;
exports.Normal = 400;
exports.Medium = 500;
exports.SemiBold = 600;
exports.Bold = 700;
exports.ExtraBold = 800;
exports.XXS = '12px';
exports.XS = '14px';
exports.SM = '16px';
exports.MD = '18px';
exports.LG = '20px';
exports.XL = '22px';
exports.XXL = '28px';