UNPKG

@devfamily/admiral

Version:

Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.

9 lines (8 loc) 353 B
import React from 'react'; declare type PopupContainerValueType = () => HTMLElement; export declare const PopupContainerContext: React.Context<PopupContainerValueType>; export declare const PopupContainerContextProvider: React.FC<{ value: PopupContainerValueType; }>; export declare function usePopupContainer(): PopupContainerValueType; export {};