UNPKG
@ohayojp.com/components
Version:
latest (1.0.0)
1.0.0
Common business components of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp.com/components
/
full-content
/
full-content.service.d.ts
8 lines
(7 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Observable
}
from
'rxjs'
;
export
declare
class
FullContentService
{
private
_change;
/** 切换全屏工作区状态 */
toggle
():
void
;
get
change
():
Observable
<
boolean
|
null
>; }