UNPKG
mustard-app
Version:
latest (0.0.1-alpha.0)
0.0.1-alpha.0
个人前端微应用建设中。。。
mustard-app
/
lib
/
types
/
utils
/
scopedcss.d.ts
3 lines
(2 loc)
•
203 B
TypeScript
View Raw
1
2
3
export
declare
function
scopedCSSTextContent
(
textContent
:
string
,
appName
:
string
,
path
?:
string
):
string
;
export
declare
function
scopedCSS
(
styleEle
:
HTMLElement
,
appName
:
string
,
path
?:
string
):
void
;