Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@filerobot/common / lib / Typography / types / variant.js
Size: Mime:
export var Variant = {
  Title: 'title',
  Title2: 'title2',
  Subtitle: 'subtitle',
  Subtitle2: 'subtitle2',
  Body: 'body',
  LabelSm: 'label-sm',
  Hint: 'hint'
};