UNPKG

@geist-ui/core

Version:

Modern and minimalist React UI library.

3 lines (2 loc) 149 B
declare const usePortal: (selectId?: string, getContainer?: (() => HTMLElement | null) | undefined) => HTMLElement | null; export default usePortal;