UNPKG
solive-core
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Solidity Monaco Editor Core Library
github.com/WTFAcademy/solive
WTFAcademy/solive
solive-core
/
dist
/
components
/
Input.d.ts
5 lines
•
271 B
TypeScript
View Raw
1
2
3
4
5
import
{
HTMLAttributes
}
from
"react"
;
type
TProps
=
HTMLAttributes
<
HTMLInputElement
>;
declare
const
Input
:
import
(
"react"
).
ForwardRefExoticComponent
<
TProps
&
import
(
"react"
).
RefAttributes
<
HTMLInputElement
>>;
export
default
Input
;
//# sourceMappingURL=Input.d.ts.map