UNPKG
wx-h5-fontsize-fixed
Version:
latest (1.0.9)
next (1.0.10-0)
1.0.10-0
1.0.9
1.0.9-10
1.0.9-9
1.0.9-8
1.0.9-7
1.0.9-6
1.0.9-5
1.0.9-4
1.0.9-3
1.0.9-2
1.0.9-1
1.0.9-0
1.0.8
1.0.6
1.0.5
1.0.4
1.0.2
1.0.2-2
1.0.2-1
1.0.2-0
本组件库由有爱开发团队开发,解决微信页面被老人机字体调整大小特别丑的痛点
wx-h5-fontsize-fixed
/
lib
/
index.d.ts
10 lines
(9 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
namespace _default {
export
{ install };
export
{ version }; }
export
default
_default;
export
function
install
(
app
:
any
):
void
;
export
const
version
:
"1.0.9"
;
import
FontsizeFixed
from
"./fontsize-fixed"
;
export
{
FontsizeFixed
};