UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

10 lines (9 loc) 277 B
/** @format */ import type { Ref } from 'vue'; interface Params { excludeListeners?: boolean; excludeKeys?: string[]; } export declare function entries<T>(obj: Hash<T>): [string, T][]; export declare function useAttrs(params?: Params): Ref<Recordable> | {}; export {};