{
  "version": 3,
  "sources": ["../../src/shapes/TLGroupShape.ts"],
  "sourcesContent": ["import { defineMigrations } from '@bigbluebutton/store'\nimport { ShapeProps, TLBaseShape } from './TLBaseShape'\n\n/** @public */\nexport type TLGroupShapeProps = { [key in never]: undefined }\n\n/** @public */\nexport type TLGroupShape = TLBaseShape<'group', TLGroupShapeProps>\n\n/** @internal */\nexport const groupShapeProps: ShapeProps<TLGroupShape> = {}\n\n/** @internal */\nexport const groupShapeMigrations = defineMigrations({})\n"],
  "mappings": "AAAA,SAAS,wBAAwB;AAU1B,MAAM,kBAA4C,CAAC;AAGnD,MAAM,uBAAuB,iBAAiB,CAAC,CAAC;",
  "names": []
}
