UNPKG
bt-react-select
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
React Select
react-select-omega.vercel.app
denizyoldas/bt-react-select
bt-react-select
/
dist
/
react-select
/
helper-text.d.ts
5 lines
(4 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
"react"
;
export
declare
const
HelperText
:
(
{ helperText }: { helperText?:
string
; }
) =>
React
.
JSX
.
Element
|
null
;