UNPKG

vue3-danmaku

Version:

基于 Vue3 的弹幕交互组件

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