UNPKG

react-bottom-drawer

Version:

A React Component to build friendly dialogs that slide from the bottom

9 lines (8 loc) 231 B
declare function useGlobalStyles(duration: number, hideScrollbars: boolean): { backdrop: string; drawer: string; handleWrapper: string; handle: string; contentWrapper: string; }; export default useGlobalStyles;