2024-08-02 18:19:39 +08:00

3 lines
88 B
TypeScript

import { type Ref } from 'vue';
export declare function useIsComposing(): Ref<boolean>;