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) 139 B
const prefix = "vrx-arco"; const style = (namespace) => ({ bemClass: (id) => `${prefix}-${namespace}${id || ""}` }); export { style };