UNPKG
condition-editor
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.0.10
0.0.9
0.0.9-beta.3
0.0.9-beta.2
0.0.9-beta.1
0.0.9-beta.0
0.0.8
0.0.8-beta.6
0.0.8-beta.5
0.0.8-beta.4
0.0.8-beta.3
0.0.8-beta.2
0.0.8-beta.1
0.0.8-beta.0
0.0.8-alpha.2
0.0.8-alpha.1
0.0.8-alpha.0
0.0.7
0.0.6
0.0.5-alpha.0
0.0.5-5
0.0.5-4
0.0.5-3
0.0.5-2
0.0.5-1
0.0.5-0
0.0.4
0.0.3
0.0.2
0.0.1
在线条件编辑器
panda-996.github.io/condition-editor-docs/
condition-editor
/
lib
/
icons
/
PlusIcon.d.ts
4 lines
(3 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
IconComponentProps
}
from
'./type'
;
export
default
function
PlusIcon
(
{ className, style, ...props }:
IconComponentProps
):
import
(
"react"
).
ReactElement
<
any
,
string
|
import
(
"react"
).
JSXElementConstructor
<
any
>>;