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
/
ITypeDescriptor.d.ts
6 lines
(5 loc)
•
142 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
CSSValue
}
from
'./syntax/parser'
;
export
interface
ITypeDescriptor
<T> {
name
:
string
;
parse
:
(
value
:
CSSValue
) =>
T; }