UNPKG

@benchmarkdigital/bmd-react-bootstrap

Version:

Bootstrap 5 components built with React for BMD

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