Skip to content

Commit

Permalink
fix(typings): fix IStaticResourceConfig typings
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Mar 30, 2019
1 parent cff57ef commit ea994d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view-resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ interface IStaticResourceConfig {
/**
* List of bindable properties of this custom element / custom attribute, by name or full config object
*/
bindables?: (string | IBindablePropertyConfig)[];
bindables?: Array<string | IBindablePropertyConfig>;
}

export function validateBehaviorName(name: string, type: string) {
Expand Down

0 comments on commit ea994d1

Please sign in to comment.