getInitialState: function()

in src/htmltojsx-component.js [25:30]


    getInitialState: function() {
      return {
        outputClassName: 'NewComponent',
        createClass: true
      };
    },