UNPKG

@sb1/ffe-buttons-react

Version:

React implementation of ffe-buttons

5 lines (4 loc) 249 B
import React from 'react'; type FixedForwardRef = <T, P = {}>(render: (props: P, ref: React.Ref<T>) => React.JSX.Element) => (props: P & React.RefAttributes<T>) => React.JSX.Element; export declare const fixedForwardRef: FixedForwardRef; export {};