UNPKG
@toutix/whitelabel
Version:
latest (1.0.1)
1.0.1
1.0.0
Toutix whitelabel React container components
github.com/toutix/toutix-web-v2
toutix/toutix-web-v2
@toutix/whitelabel
/
dist
/
src
/
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