UNPKG

box-ui-elements

Version:
3 lines (2 loc) 152 B
import type { User } from '@box/unified-share-modal'; export declare const fetchCurrentUser: ({ api, itemId }: BaseFetchProps) => Promise<User | null>;