Skip to content

Instantly share code, notes, and snippets.

@interaminense
Created February 28, 2018 04:21
Show Gist options
  • Select an option

  • Save interaminense/2c19121cadb228730957f10c67cb9592 to your computer and use it in GitHub Desktop.

Select an option

Save interaminense/2c19121cadb228730957f10c67cb9592 to your computer and use it in GitHub Desktop.
Mathematics JSDoc
Button.PROPS = {
/**
* Adds the classname 'mathematics-btn--active'
* to Button
* @type {boolean}
* @default false
*/
isActive: Config.bool().value(false),
/**
* Sets the Button's color style
* @type {string}
* @default 'default'
*/
style: Config.oneOf(['primary','default']).value('default')
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment