UNPKG
@zeriontech/components
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
UI Components used in Zerion Web projects
github.com/zeriontech/components
zeriontech/components
@zeriontech/components
/
lib
/
UIText
/
index.d.ts
3 lines
(2 loc)
•
123 B
TypeScript
View Raw
1
2
3
export
{
UIText
, textParams
as
uiTextParams }
from
'./UIText'
;
export
type
{
Props
as
UITextProps
,
Kind
}
from
'./UIText'
;