Repository URL to install this package:
|
Version:
2.0.2 ▾
|
"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