chore: typo (#198)
This commit is contained in:
parent
462d5c3477
commit
056764ce47
@ -358,10 +358,10 @@ export interface ConditionalDynamicSlotNode extends ConditionalExpression {
|
|||||||
|
|
||||||
export interface ListDynamicSlotNode extends CallExpression {
|
export interface ListDynamicSlotNode extends CallExpression {
|
||||||
callee: typeof RENDER_LIST
|
callee: typeof RENDER_LIST
|
||||||
arguments: [ExpressionNode, ListDyanmicSlotIterator]
|
arguments: [ExpressionNode, ListDynamicSlotIterator]
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ListDyanmicSlotIterator extends FunctionExpression {
|
export interface ListDynamicSlotIterator extends FunctionExpression {
|
||||||
returns: DynamicSlotNode
|
returns: DynamicSlotNode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user