UNPKG

@atlaskit/button

Version:

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

4 lines (3 loc) 266 B
import { type CSSObject } from '@emotion/react'; import { type ThemeProps } from './custom-theme-button-types'; export declare function getCustomCss({ appearance, spacing, isSelected, shouldFitContainer, iconIsOnlyChild, isLoading, state, }: ThemeProps): CSSObject;