UNPKG

66 BTypeScriptView Raw
1export interface ForwardReference<T = any> {
2 forwardRef: T;
3}