UNPKG
@nayan-ui/react
Version:
latest (1.0.0)
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.0.0
1.0.0-beta.11
Reusable Component Library for ReactJS.
www.nayanui.com
ursnj/nayan
@nayan-ui/react
/
dist
/
components
/
ui
/
input.d.ts
6 lines
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
React
from
'react'
;
export
interface
InputProps
extends
React
.
InputHTMLAttributes
<
HTMLInputElement
> { }
declare
const
Input
:
React
.
ForwardRefExoticComponent
<
InputProps
&
React
.
RefAttributes
<
HTMLInputElement
>>;
export
{
Input
};
//# sourceMappingURL=input.d.ts.map