UNPKG
font-helper
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
font-helper
/
src
/
index.js
6 lines
(3 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
// src/index.js
export
{
default
as
Typography
}
from
'./components/typography'
;
import
'./styles/styles.css'
;