UNPKG
@jss-rule-engine/edge
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.2.6
0.2.1
@jss-rule-engine/edge
/
dist
/
src
/
rule-engine
/
actions
/
addRenderingCommand.d.ts
3 lines
(2 loc)
•
173 B
TypeScript
View Raw
1
2
3
import
{
RuleActionData
,
RuleEngineContext
}
from
"@jss-rule-engine/core"
;
export
default
function
(
command: RuleActionData, ruleContext: RuleEngineContext
):
Promise
<
void
>;