UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

7 lines 257 B
import type { ComputedRef, MaybeRef } from 'vue'; type ObjectLiteral = { id: any; }; export declare function useIsEditing<T extends ObjectLiteral>(input: MaybeRef<T | undefined>): ComputedRef<boolean>; export {}; //# sourceMappingURL=is-editing.d.ts.map