UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

3 lines (2 loc) 162 B
/// <reference types="react" /> export default function safeFindDOMNode(componentOrElement: React.Component | Element | null | undefined): Element | Text | null;