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>

4 lines (3 loc) 135 B
const prefix = "vrx-arco"; const style = (namespace) => ({ bemClass: (id) => `${prefix}-${namespace}${id || ""}` }); export { style };