extractify.zip/composables/states.ts
Ask

2 lines
110 B
TypeScript

{534f2282b2efc2fbdf8be9225b7dde90f45d1724 true 110 states.ts 0xc001f13b20}

let selectedPath = ref("/")
export const useSelectedPath = () => useState("selected-path", () => selectedPath)