UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

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 }); }); }, };