UNPKG

mfg-ui-components

Version:

React UI library with reusable components

3 lines (2 loc) 97 B
import { RefObject } from 'react'; export declare function getRefValue<C>(ref: RefObject<C>): C;