UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

19 lines (18 loc) 338 B
function t() { return { type: "component", resolve: (e) => { if (e.match(/^(F[A-Z]|f-[a-z])/)) return { name: e, from: "fighting-design", sideEffects: [ `fighting-design/theme/${e.slice(1).toLowerCase()}.css` ] }; } }; } export { t as default };