UNPKG

@vrx-arco/pro-layout

Version:

<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>

8 lines (7 loc) 229 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const prefix = "vrx-arco"; const style = (namespace) => ({ bemClass: (id) => `${prefix}-${namespace}${id || ""}` }); exports.style = style;