UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

9 lines 287 B
import getCommonProps from "../../primitives/ButtonPrimitive/common/getCommonProps"; const getButtonLinkCommonProps = props => { if (!props.compact) return getCommonProps(props); return { ...getCommonProps(props), padding: "0" }; }; export default getButtonLinkCommonProps;