Skip to content

Commit

Permalink
add class static prop snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
L42y committed Nov 25, 2016
1 parent 661c016 commit 613314b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions snippets/js-mode/static-prop
@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: static prop
# key: static
# --
static ${1:$$(yas-choose-value '("propTypes" "defaultProps" "contextTypes"))} = {
$0
};

0 comments on commit 613314b

Please sign in to comment.