UNPKG

rc-fa-icon-picker

Version:

A customizable React component for picking Font Awesome icons with search and color selection.

5 lines (4 loc) 224 B
import React from 'react'; export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> { } export declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;