UNPKG

swiper-next

Version:
11 lines (10 loc) 286 B
interface Params { excludeListeners?: boolean; excludeKeys?: string[]; } export declare const useAttrs: (params?: Params) => { $attrs: import('vue').ShallowRef<{}>; $listeners: import('vue').ShallowRef<{}>; $excludeAttrs: import('vue').ShallowRef<{}>; }; export {};