4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
|
import {useEditorStore} from './store'
|
||
|
|
||
|
export const refreshSnapshot = useEditorStore.getState().createSnapshot
|