UNPKG

@open-tender/store

Version:

A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API

17 lines (16 loc) 425 B
import { __assign } from "tslib"; import styles from '../styles'; import { theme } from '../utils'; var buttonLink = { buttonLink: { classes: '', props: {}, style: {} }, buttonLink__text: { classes: '', props: {}, style: __assign(__assign({}, styles.textBody), { fontSize: theme.fontSizes.xxsmall, textDecoration: 'underline' }) } }; export default buttonLink;