UNPKG

sparkl-ui

Version:

Modern and minimalist React UI library.

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