UNPKG

birdpaper-ui

Version:

一个通用的 vue3 UI组件库。A common vue3 UI component library.

8 lines (7 loc) 243 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const DEFAULT_PREFIX = "Bp"; const getComponentsPrefix = (name) => { return name ?? DEFAULT_PREFIX; }; exports.getComponentsPrefix = getComponentsPrefix;