UNPKG

box-ui-elements

Version:
3 lines (2 loc) 150 B
import { Item } from '@box/unified-share-modal'; export declare const fetchItem: ({ api, itemId, itemType }: FetchItemProps) => Promise<Item | null>;