@tldraw/tlschema
Version:
A tiny little drawing app (schema).
8 lines (7 loc) • 786 B
Source Map (JSON)
{
"version": 3,
"sources": ["../../src/shapes/TLGroupShape.ts"],
"sourcesContent": ["import { createShapePropsMigrationSequence } from '../records/TLShape'\nimport { RecordProps } from '../recordsWithProps'\nimport { TLBaseShape } from './TLBaseShape'\n\n/** @public */\n// eslint-disable-next-line @typescript-eslint/no-empty-object-type\nexport interface TLGroupShapeProps {}\n\n/** @public */\nexport type TLGroupShape = TLBaseShape<'group', TLGroupShapeProps>\n\n/** @public */\nexport const groupShapeProps: RecordProps<TLGroupShape> = {}\n\n/** @public */\nexport const groupShapeMigrations = createShapePropsMigrationSequence({ sequence: [] })\n"],
"mappings": "AAAA,SAAS,yCAAyC;AAY3C,MAAM,kBAA6C,CAAC;AAGpD,MAAM,uBAAuB,kCAAkC,EAAE,UAAU,CAAC,EAAE,CAAC;",
"names": []
}