tangled
alpha
login
or
join now
renderg.host
/
renderghost
My personal website
6
fork
atom
overview
issues
pulls
pipelines
renderghost
/
src
/
components
/
Fact
/
Fact.types.ts
at
main
90 B
view raw
1
export
interface
FactProps
{
2
title
:
string
;
3
subtitle
:
string
;
4
className?
:
string
;
5
}