Repository URL to install this package:
|
Version:
0.1.7 ▾
|
export const classes = {
default: 'button-flat',
// @todo isSquare isRectangle hasBackground
isButton: 'button-button button-square',
// link vs flat as in checkout button isSquare but is link
isLink: 'button-link link',
isFlat: `button-flat`,
// not bold
isLight: 'light',
};
//# sourceMappingURL=fixture.js.map