Skip to content

Commit

Permalink
add on and nativeOn to KnownAttrs
Browse files Browse the repository at this point in the history
babel plugin supports them now.
  • Loading branch information
wonderful-panda committed Jun 8, 2020
1 parent 686ed67 commit 4ac15ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/base.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export type KnownAttrs = {
domProps?: VNodeData["domProps"];
attrs?: VNodeData["attrs"];
hook?: VNodeData["hook"];
on?: VNodeData["on"];
nativeOn?: VNodeData["nativeOn"];
id?: string;
refInFor?: boolean;
domPropsInnerHTML?: string;
Expand Down

0 comments on commit 4ac15ae

Please sign in to comment.