Files
icehrm/web/node_modules/antd/lib/_util/ref.d.ts
2020-05-20 18:47:29 +02:00

4 lines
175 B
TypeScript

import React from 'react';
export declare function fillRef<T>(ref: React.Ref<T>, node: T): void;
export declare function composeRef<T>(...refs: React.Ref<T>[]): React.Ref<T>;