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
/
shared
/
attach-properties-to-component.d.ts
2 lines
(1 loc)
•
123 B
TypeScript
View Raw
1
2
export
declare
function
attachPropertiesToComponent<C, P
extends
Record
<
string
,
any
>>(
component
: C,
properties
: P): C & P;