UNPKG

uni-bullet-screen

Version:

弹幕组件 for uni-app and 微信小程序

13 lines (12 loc) 282 B
import BulletScreen from './components/BulletScreen.vue'; export interface Bullet { moment_id: string; content: string; avatar: string; color?: string; } export { BulletScreen }; declare const _default: { install: (app: any) => void; }; export default _default;