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    
@skava/ui / src / playground / Button / typings.js
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.baseButtonPropTypes = {// === aliased
  // class: string,
  // className: string,
  // classList: string,
  // defaultClassName: string,
  // styled: stringOrFunc,
  // // === aliased
  // value: any,
  // children: any,
  // text: any,
  // // might want to just accept aria-label
  // // label: string,
  // 'aria-label': string,
  // 'aria-controls': string,
  // identifier: string,
  // // double alias - ONLY FOR COMPATIBILITY - THERE IS A LINT RULE FOR THIS
  // handleClick: any,
  // onClick: func,
  // onSubmit: func,
  // // onHover
  // // onFocus
  // // onPressed
  // // === for renderProp
  // renderProp: node,
  // // element: stringOrFunc,
  // /**
  //  * for default square buttons
  //  */
  // isSquare: boolean,
  // isLowPriority: boolean,
  // // for url
  // to: string,
  // // rarely passed in, for isAnimated
  // timeout: number,
  // // @alias
  // shouldAnimate: boolean,
  // isAnimated: boolean,
  // hasAnimation: boolean,
  // isDisabled: boolean,
  // isSelected: boolean,
  // isFocused: boolean,
  // isResting: boolean,
  // isPushed: boolean,
  // // left | right | number
  // iconOrder: stringOrNumber,
  // icon: node,
  // tabIndex: stringOrNumber,
  // // added for compat...
  // // eslint error here
  // isLink: boolean,
  // role: string,
  // id: string,
  // label: string,
  // states: string,
  // center: string,
  // // isBlue, isGreen, isGhost
  // green: boolean,
  // blue: boolean,
  // ghost: boolean,
  // isPresentational: boolean,
}; //# sourceMappingURL=typings.js.map