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
/
Label.d.ts
4 lines
•
186 B
TypeScript
View Raw
1
2
3
4
import
type
{
LabelProps
}
from
'../types'
;
declare
const
Label
:
(
props
:
LabelProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
Label
;
//# sourceMappingURL=Label.d.ts.map