UNPKG
@appbuckets/react-ui
Version:
latest (1.11.4)
1.11.4
1.11.3
1.11.2
1.11.0
1.10.0
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.7.1
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0-alpha.9
1.5.0-alpha.8
1.5.0-alpha.7
1.5.0-alpha.6
1.5.0-alpha.4
1.5.0-alpha.3
1.5.0-alpha.2
1.5.0-alpha.1
1.5.0-alpha.0
Just Another React UI Framework
react-bucket.appbuckets.io
marcocavanna/appbuckets
@appbuckets/react-ui
/
Item
/
ItemText.types.d.ts
5 lines
(4 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
import
{
UIMutableComponentProps
}
from
'../generic'
;
export
interface
ItemTextProps
extends
UIMutableComponentProps
<
StrictItemTextProps
> {}
export
interface
StrictItemTextProps
{}