mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
refactor(editor): separate lit and slot in global (#10666)
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
"./exceptions": "./src/exceptions/index.ts",
|
||||
"./di": "./src/di/index.ts",
|
||||
"./types": "./src/types/index.ts",
|
||||
"./gfx": "./src/gfx/index.ts"
|
||||
"./gfx": "./src/gfx/index.ts",
|
||||
"./slot": "./src/slot/index.ts",
|
||||
"./lit": "./src/lit/index.ts"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
@@ -37,6 +39,12 @@
|
||||
],
|
||||
"gfx": [
|
||||
"dist/gfx/index.d.ts"
|
||||
],
|
||||
"slot": [
|
||||
"dist/slot/index.d.ts"
|
||||
],
|
||||
"lit": [
|
||||
"dist/lit/index.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user