UNPKG
cainthus-alex-library
Version:
latest (0.0.2)
0.0.2
Component React library for Cainthus - Alex Dashboard
cainthus-alex-library
/
src
/
index.ts
7 lines
(4 loc)
•
113 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
'./index.scss'
;
import
badge
from
'./lib/Badge/Badge'
;
export
const
Badge
= badge;
export
default
null
;