UNPKG

@tldraw/tlschema

Version:

A tiny little drawing app (schema).

9 lines (8 loc) 282 B
import { createShapePropsMigrationSequence } from "../records/TLShape.mjs"; const groupShapeProps = {}; const groupShapeMigrations = createShapePropsMigrationSequence({ sequence: [] }); export { groupShapeMigrations, groupShapeProps }; //# sourceMappingURL=TLGroupShape.mjs.map