UNPKG
@gf-ui/components
Version:
latest (0.0.11)
0.0.11
0.0.10
0.0.9
0.0.5
跨框架核心库
github.com/ionic-team/stencil-component-starter
ionic-team/stencil-component-starter
@gf-ui/components
/
dist
/
types
/
utils
/
dom.d.ts
9 lines
(8 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@overview
设置样式表 *
@author
gf
*
@param
{
v
} 类名和样式 */
export
declare
function
setStyleSheet
(
v
:
string
):
void
;
export
declare
const
on
:
(
element
:
any
,
event
:
any
,
handler
:
any
) =>
void
;
export
declare
const
off
:
(
element
:
any
,
event
:
any
,
handler
:
any
) =>
void
;