UNPKG

streamlit-react-modal

Version:

[![NPM version][npm-image]][npm-url] [![Build][github-build]][github-build-url] ![npm-typescript] [![License][github-license]][github-license-url]

6 lines (5 loc) 252 B
export declare const isInIframe: () => boolean; export declare const getWindow: () => Window; export declare const getWindowHeight: () => number; export declare const createModal: () => HTMLElement | null; export declare const addCSS: () => void;