import { ref } from '../../adapter-vue';

const isClickable = ref(false);

export const IsClickableContextValue = isClickable;
export const IsClickableContextKey = 'IsClickableContextKey';
