@atlaskit/button
Version:
A button triggers an event or action. They let users know what will happen next.
13 lines (12 loc) • 740 B
TypeScript
/**
* @deprecated Use `import Theme from '@atlaskit/button/theme'` instead.
*/
export { default as Theme } from '../old-button/custom-theme-button/theme';
/**
* @deprecated Use `import CustomThemeButton from '@atlaskit/button/custom-theme-button/custom-theme-button'` instead.
*/
export { default } from '../old-button/custom-theme-button/custom-theme-button';
/**
* @deprecated Use `import type { ThemeTokens, ThemeProps, InteractionState, CustomThemeButtonProps, CustomThemeButtonOwnProps } from '@atlaskit/button/custom-theme-button-types'` instead.
*/
export type { ThemeTokens, ThemeProps, InteractionState, CustomThemeButtonProps, CustomThemeButtonOwnProps, } from '../old-button/custom-theme-button/custom-theme-button-types';