mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
export all types
This commit is contained in:
parent
061116151a
commit
874e6fc2c6
@ -5,7 +5,7 @@
|
||||
"repository": "https://github.com/utopia-os/utopia-ui",
|
||||
"homepage:": "https://utopia-os.org/",
|
||||
"module": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"types": "types/index.d.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
|
||||
16
types/index.d.ts
vendored
Normal file
16
types/index.d.ts
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
export * from './AssetsApi'
|
||||
export * from './FormState'
|
||||
export * from './Item'
|
||||
export * from './ItemFormPopupProps'
|
||||
export * from './ItemsApi'
|
||||
export * from './ItemType'
|
||||
export * from './LayerProps'
|
||||
export * from './Permission'
|
||||
export * from './PermissionAction'
|
||||
export * from './PermissionCondition'
|
||||
export * from './Profile'
|
||||
export * from './Relation'
|
||||
export * from './Tag'
|
||||
export * from './UserApi'
|
||||
export * from './UserItem'
|
||||
export * from './UtopiaMapProps'
|
||||
Loading…
x
Reference in New Issue
Block a user