UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
components
/
qr
/
public_api.ts
5 lines
(4 loc)
•
143 B
text/typescript
View Raw
1
2
3
4
5
export
{
QRComponent
}
from
'./qr.component'
;
export
*
from
'./qr.config'
;
export
*
from
'./qr.types'
;
export
{
QRModule
}
from
'./qr.module'
;