3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
|
import { type Ref } from 'vue';
|
||
|
export declare const useIsComposing: () => Ref<boolean>;
|