UNPKG
@2e32/react-input
Version:
latest (1.0.0)
1.0.0
A React input component
github.com/2e32/react-input
2e32/react-input
@2e32/react-input
/
dist
/
js
/
types
/
components
/
Hint.d.ts
4 lines
•
199 B
TypeScript
View Raw
1
2
3
4
import
type
{
HintProps
}
from
'../types'
;
declare
const
Hint
:
(
{ children, className }:
HintProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
Hint
;
//# sourceMappingURL=Hint.d.ts.map