@yuntijs/ui
Version:
☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps
14 lines • 826 B
JavaScript
import _taggedTemplateLiteral from "@babel/runtime/helpers/esm/taggedTemplateLiteral";
var _templateObject, _templateObject2;
import { createStyles } from 'antd-style';
export var useStyles = createStyles(function (_ref) {
var css = _ref.css,
token = _ref.token,
prefixCls = _ref.prefixCls;
return {
root: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n .", "-badge.", "-badge-status {\n .", "-badge-status-dot {\n width: 8px;\n height: 8px;\n }\n }\n "])), prefixCls, prefixCls, prefixCls),
tooltip: css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n &.anticon {\n cursor: help;\n color: ", ";\n }\n "])), token.colorTextTertiary)
};
}, {
hashPriority: 'low'
});