芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/rc-util/lib/ref.d.ts
import * as React from 'react'; export declare function fillRef
(ref: React.Ref
, node: T): void; /** * Merge refs into one ref function to support ref passing. */ export declare function composeRef
(...refs: React.Ref
[]): React.Ref
; export declare function supportRef(nodeOrComponent: any): boolean;