UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

10 lines (8 loc) 233 B
const { generate } = require('@arco-design/color'); module.exports = { install(_, __, functions) { functions.add('color-palette', (color, index) => { return generate(color.value, { index: index.value }); }); }, };