@atlaskit/button
Version:
A button triggers an event or action. They let users know what will happen next.
7 lines (6 loc) • 521 B
TypeScript
export { default, type ButtonProps } from './new-button/variants/default/button';
export { default as LinkButton, type LinkButtonProps } from './new-button/variants/default/link';
export { default as IconButton, type IconButtonProps } from './new-button/variants/icon/button';
export { default as LinkIconButton, type LinkIconButtonProps, } from './new-button/variants/icon/link';
export { SplitButton } from './new-button/containers/split-button';
export type { Appearance, Spacing } from './new-button/variants/types';