import { ref } from "vue"; export type SceneSeting = { top: number; scale: number; rotate: number; }; export const sceneSeting = ref<SceneSeting>();