UNPKG

@atlaskit/button

Version:

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

5 lines (4 loc) 241 B
import { createTheme } from '@atlaskit/theme/create-theme'; import { type ThemeProps, type ThemeTokens } from './custom-theme-button-types'; declare const Theme: ReturnType<typeof createTheme<ThemeTokens, ThemeProps>>; export default Theme;