UNPKG

cione-comp-lib

Version:

`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`

7 lines (6 loc) 257 B
import CoLabelTextAnimation from "./index2.mjs"; CoLabelTextAnimation.install = (app) => { app.component(CoLabelTextAnimation.name, CoLabelTextAnimation); }; const _CoLabelTextAnimation = CoLabelTextAnimation; export { _CoLabelTextAnimation as default };