UNPKG

@atlaskit/button

Version:

A button triggers an event or action. They let users know what will happen next.

5 lines (4 loc) 163 B
import { type Spacing } from '../types'; export declare function getIconStyle({ spacing, }: { spacing: Spacing; }): import('@emotion/react').SerializedStyles;