UNPKG
@demobook/server
Version:
latest (0.1.1)
0.1.1
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
## Setup
@demobook/server
/
src
/
client
/
components
/
atoms
/
Label
/
index.ts
3 lines
(2 loc)
•
64 B
text/typescript
View Raw
1
2
3
export
*
from
'./LabelWithIcon'
;
export
*
from
'./ActiveLabel'
;