export all types

This commit is contained in:
Anton Tranelis 2025-02-09 10:41:20 +00:00
parent 061116151a
commit 874e6fc2c6
2 changed files with 17 additions and 1 deletions

View File

@ -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
View 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'