UNPKG
@ramses-superapp/ramses-ui
Version:
latest (1.1.3)
1.1.3
1.1.2
1.0.0
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.3
0.1.2
0.1.1
0.1.0
Skinless UI primitives for Ramses Built Apps
github.com/ramsestech/ramses-ui
ramsestech/ramses-ui
@ramses-superapp/ramses-ui
/
lib
/
typescript
/
src
/
components
/
RsTextInput.d.ts
5 lines
•
235 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
type
{
RsTextStyle
,
RsTextInputProps
}
from
'../styles/types'
;
declare
const
RsTextInput
:
React
.
FC
<
RsTextInputProps
&
RsTextStyle
>;
export
default
RsTextInput
;
//# sourceMappingURL=RsTextInput.d.ts.map