UNPKG

croact

Version:

Simple React for compatible use

3 lines (2 loc) 91 B
import { Ref } from "../types"; export declare function createRef(defaultValue: any): Ref;