UNPKG

@tldraw/editor

Version:

tldraw infinite canvas SDK (editor).

13 lines (12 loc) 232 B
import { StateNode } from "./StateNode.mjs"; class RootState extends StateNode { static id = "root"; static initial = ""; static children() { return []; } } export { RootState }; //# sourceMappingURL=RootState.mjs.map