UNPKG
legions-thirdparty-plugin
Version:
latest (0.0.9)
0.0.9
0.0.8
常用工具类操作方法
github.com/duanguang/lerna-legion-library.git
legions-thirdparty-plugin
/
api
/
html2canvas
/
css
/
property-descriptors
/
content.d.ts
5 lines
(4 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
import
{
IPropertyListDescriptor
}
from
'../IPropertyDescriptor'
;
import
{
CSSValue
}
from
'../syntax/parser'
;
export
declare
type
Content
=
CSSValue
[];
export
declare
const
content
:
IPropertyListDescriptor
<
Content
>;