UNPKG

@activecollab/components

Version:

ActiveCollab Components

9 lines 439 B
import React from "react"; export interface IWindow { onClose?: () => void; disableFocusLock?: boolean; disableScrollLock?: boolean; disableCloseOnEsc?: boolean; } export declare const Window: React.ForwardRefExoticComponent<IWindow & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, keyof IWindow> & React.RefAttributes<HTMLDivElement>>; //# sourceMappingURL=Window.d.ts.map