mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-02-06 09:55:47 +00:00
Fix type import
This commit is contained in:
parent
e0d389b9ce
commit
2b77a18e63
@ -8,8 +8,8 @@ import { createItem, deleteItem, readItem, readItems, updateItem } from '@direct
|
|||||||
|
|
||||||
import { directusClient } from './directus'
|
import { directusClient } from './directus'
|
||||||
|
|
||||||
|
import type { FullItemsApi } from '#types/FullItemsApi'
|
||||||
import type { MyCollections } from './directus'
|
import type { MyCollections } from './directus'
|
||||||
import type { FullItemsApi } from 'utopia-ui'
|
|
||||||
|
|
||||||
export class itemsApi<T> implements FullItemsApi<T> {
|
export class itemsApi<T> implements FullItemsApi<T> {
|
||||||
collectionName: keyof MyCollections
|
collectionName: keyof MyCollections
|
||||||
|
|||||||
@ -10,7 +10,6 @@ export * from './Components/Input'
|
|||||||
export * from './Components/Item'
|
export * from './Components/Item'
|
||||||
export * from './Components/Onboarding'
|
export * from './Components/Onboarding'
|
||||||
export * from './Components/Profile'
|
export * from './Components/Profile'
|
||||||
export type * from './types/FullItemsApi'
|
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface Window {
|
interface Window {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user