Skip to content

Commit

Permalink
Allow legacy element property definitions with only a type. Fixes #5173
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaamanen authored Apr 3, 2018
1 parent bd77d70 commit d321c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/extra-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface PolymerElementPropertiesMeta {
}

type PolymerElementProperties = {
[key: string]: PolymerElementPropertiesMeta
[key: string]: PolymerElementPropertiesMeta | Function;
};

// TODO Document these properties.
Expand Down

0 comments on commit d321c6c

Please sign in to comment.