@yuntijs/ui
Version:
☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps
10 lines • 578 B
JavaScript
import _taggedTemplateLiteral from "@babel/runtime/helpers/esm/taggedTemplateLiteral";
var _templateObject;
import { createStyles } from 'antd-style';
export var useStyles = createStyles(function (_ref) {
var css = _ref.css,
token = _ref.token;
return {
root: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n margin: 0;\n\n font-family: ", ";\n font-size: 16px;\n font-weight: ", ";\n line-height: ", ";\n color: ", ";\n "])), token.fontFamily, token.fontWeightStrong, token.lineHeight, token.colorText)
};
});