@sb1/ffe-buttons-react
Version:
React implementation of ffe-buttons
11 lines (10 loc) • 489 B
JavaScript
export { ActionButton } from './ActionButton';
export { BackButton } from './BackButton';
export { ButtonGroup } from './ButtonGroup';
export { ExpandButton } from './ExpandButton';
export { InlineExpandButton, } from './InlineExpandButton';
export { PrimaryButton } from './PrimaryButton';
export { SecondaryButton } from './SecondaryButton';
export { ShortcutButton } from './ShortcutButton';
export { TaskButton } from './TaskButton';
export { TertiaryButton } from './TertiaryButton';