UNPKG
my-accessibility-widget
Version:
latest (0.10.0)
0.10.0
0.9.0
0.8.0
0.7.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Accessibility widget untuk web (font resize, reading mask, dsb).
my-accessibility-widget
/
dist
/
functions
/
highSaturation.d.ts
5 lines
(4 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
enableHighSaturation
(
):
void
;
export
declare
function
disableHighSaturation
(
):
void
;
export
declare
function
restoreHighSaturation
(
):
void
;
export
declare
function
resetHighSaturation
(
):
void
;