UNPKG
@while-and-for/tremor-react
Version:
latest (0.0.1-development)
0.0.1-development
0.0.0-development
The React library to build dashboards faster.
github.com/tremorlabs/tremor
tremorlabs/tremor
@while-and-for/tremor-react
/
dist
/
components
/
input-elements
/
TextInput
/
index.d.ts
3 lines
(2 loc)
•
103 B
TypeScript
View Raw
1
2
3
export
{
default
as
TextInput
}
from
"./TextInput"
;
export
type
{
TextInputProps
}
from
"./TextInput"
;