UNPKG

croact

Version:

Simple React for compatible use

4 lines (3 loc) 196 B
import { Ref } from "../types"; export declare function createRef(defaultValue?: any): Ref; export declare function forwardRef(func: (props: any, ref: Ref) => any): (props: any, ref: Ref) => any;