UNPKG

@workday/canvas-kit-react-button

Version:

A collection of various Canvas Buttons

13 lines (12 loc) 769 B
export { default, default as Button, default as beta_Button } from './lib/Button'; export { default as DeleteButton } from './lib/DeleteButton'; export { default as deprecated_Button } from './lib/deprecated_Button'; export { default as DropdownButton } from './lib/DropdownButton'; export { default as HighlightButton } from './lib/HighlightButton'; export { default as OutlineButton } from './lib/OutlineButton'; export { default as IconButton } from './lib/IconButton'; export { default as TextButton } from './lib/TextButton'; export { default as ToolbarIconButton } from './lib/ToolbarIconButton'; export { default as ToolbarDropdownButton, } from './lib/ToolbarDropdownButton'; export { default as Hyperlink } from './lib/Hyperlink'; export * from './lib/types';