You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
571 B
1 lines
571 B
{"ast":null,"code":"const rowContextKey = Symbol(\"rowContextKey\");\nexport { rowContextKey };","map":{"version":3,"names":["rowContextKey","Symbol"],"sources":["../../../../../../packages/components/row/src/constants.ts"],"sourcesContent":["import type { ComputedRef, InjectionKey } from 'vue'\n\ninterface RowContext {\n gutter: ComputedRef<number>\n}\n\nexport const rowContextKey: InjectionKey<RowContext> = Symbol('rowContextKey')\n"],"mappings":"AAAY,MAACA,aAAa,GAAGC,MAAM,CAAC,eAAe","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|