UNPKG

vue-danmaku

Version:

基于 Vue 的弹幕交互组件 | A danmaku component for Vue

2 lines (1 loc) 149 B
export declare function useModelWrapper<T>(props: any, emit: Function, name?: string, translater?: Function): import("vue").WritableComputedRef<T>;