@sb1/ffe-buttons-react
Version:
React implementation of ffe-buttons
11 lines (10 loc) • 688 B
TypeScript
export { ActionButton, ActionButtonProps } from './ActionButton';
export { BackButton, BackButtonProps } from './BackButton';
export { ButtonGroup, ButtonGroupProps } from './ButtonGroup';
export { ExpandButton, ExpandButtonProps } from './ExpandButton';
export { InlineExpandButton, InlineExpandButtonProps, } from './InlineExpandButton';
export { PrimaryButton, PrimaryButtonProps } from './PrimaryButton';
export { SecondaryButton, SecondaryButtonProps } from './SecondaryButton';
export { ShortcutButton, ShortcutButtonProps } from './ShortcutButton';
export { TaskButton, TaskButtonProps } from './TaskButton';
export { TertiaryButton, TertiaryButtonProps } from './TertiaryButton';