UNPKG

@atlaskit/button

Version:

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

5 lines (4 loc) 366 B
export type { Appearance, Spacing, BaseOwnProps, BaseProps } from '../old-button/types'; export type { ButtonProps } from './standard-button'; export type { LoadingButtonProps, LoadingButtonOwnProps } from './loading-button'; export type { ThemeTokens, ThemeProps, InteractionState, CustomThemeButtonProps, CustomThemeButtonOwnProps, } from './custom-theme-button';