Tldraw/state/index.ts

6 wiersze
91 B
TypeScript

import state, { useSelector } from "./state"
export default state
export { useSelector }