UNPKG
@ohayojp.com/components
Version:
latest (1.0.0)
1.0.0
Common business components of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp.com/components
/
loading
/
loading.component.d.ts
7 lines
(6 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
LoadingCustom
,
LoadingIcon
,
LoadingShowOptions
}
from
'./loading.types'
;
export
declare
class
LoadingDefaultComponent
{
options
:
LoadingShowOptions
;
get
icon
():
LoadingIcon
;
get
custom
():
LoadingCustom
; }