UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

4 lines (2 loc) 134 B
import { ButtonProps } from './Button'; export declare const isFixedWidth: ({ fixedWidth, icon, children }: ButtonProps) => boolean;