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
UI kit for Ramses Built Apps
github.com/ramsestech/ramses-ui
ramsestech/ramses-ui
@ramses-superapp/ramses-ui
/
lib
/
typescript
/
src
/
components
/
RsText.d.ts
4 lines
•
156 B
TypeScript
View Raw
1
2
3
4
import
type
{
RsTextStyle
}
from
'../styles/types'
;
declare
const
RsText
:
React
.
FC
<
RsTextStyle
>;
export
default
RsText
;
//# sourceMappingURL=RsText.d.ts.map