Skip to content

Commit

Permalink
CR change
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Dec 20, 2016
1 parent 4c79b62 commit 6b2a477
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/core/VNodes.ts
Expand Up @@ -15,12 +15,13 @@ import {
InfernoChildren,
Props,
Key,
Ref
Ref,
Type
} from './structures';

export function createVNode(
flags: VNodeFlags,
type?,
type?: Type,
props?: Props,
children?: InfernoChildren,
events?,
Expand Down

0 comments on commit 6b2a477

Please sign in to comment.