UNPKG
@ohayojp.com/components
Version:
latest (1.0.0)
1.0.0
Common business components of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp.com/components
/
st
/
st-widget.d.ts
8 lines
(7 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
STWidgetRegistry
{
private
_widgets;
get
widgets
():
any
;
register
(
type
:
string
,
widget
:
any
):
void
;
has
(
type
:
string
):
boolean
;
get
(
type
:
string
):
any
; }