UNPKG

@fluentui/react-northstar

Version:
8 lines (7 loc) 218 B
declare type UsePortalBoxOptions = { className: string; rtl: boolean; target: Document | undefined; }; export declare const usePortalBox: (options: UsePortalBoxOptions) => HTMLDivElement | null; export {};