@atlaskit/button
Version:
A button triggers an event or action. They let users know what will happen next.
5 lines (4 loc) • 419 B
TypeScript
export type { Appearance, Spacing, BaseOwnProps, BaseProps } from '../old-button/types';
export type { ButtonProps } from '../old-button/button';
export type { LoadingButtonProps, LoadingButtonOwnProps } from '../old-button/loading-button';
export type { ThemeTokens, ThemeProps, InteractionState, CustomThemeButtonProps, CustomThemeButtonOwnProps, } from '../old-button/custom-theme-button/custom-theme-button-types';