@aplus-frontend/ui
Version:
18 lines (17 loc) • 385 B
JavaScript
import { genComponentStyleHook as n } from "../../utils/cssinjs/index.mjs";
const t = (e) => ({
[e.componentCls]: {
display: "flex",
flexDirection: "column",
justifyContent: "center",
marginInline: 0,
fontWeight: "500",
fontSize: e.fontSizeXXL
}
}), r = n("ProCard.Operation", (e) => [
t(e)
]);
export {
r as default,
t as genProCardOperationStyle
};