Вывести всплывалку с указанным элементом внутри.
function MyPopup(props: CustomPopupProps){ return <div>Hello world <button onClick={props.onClose}>Закрыть</button></div>}customPopup(<MyPopup />); Copy
function MyPopup(props: CustomPopupProps){ return <div>Hello world <button onClick={props.onClose}>Закрыть</button></div>}customPopup(<MyPopup />);
CustomPopupProps
содержимое
Generated using TypeDoc
Вывести всплывалку с указанным элементом внутри.
Example
See
CustomPopupProps