UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

18 lines (17 loc) 757 B
export { DeprecatedButton as deprecated_Button, DeprecatedButtonProps, } from './lib/deprecated_Button'; export {ToolbarIconButton, ToolbarIconButtonProps} from './lib/ToolbarIconButton'; export {ToolbarDropdownButton, ToolbarDropdownButtonProps} from './lib/ToolbarDropdownButton'; export {Hyperlink, HyperlinkProps} from './lib/Hyperlink'; export {ExternalHyperlink, ExternalHyperlinkProps} from './lib/ExternalHyperlink'; export * from './lib/types'; export * from './lib/PrimaryButton'; export * from './lib/SecondaryButton'; export * from './lib/TertiaryButton'; export * from './lib/DeleteButton'; export * from './lib/BaseButton'; export * from './lib/ToolbarDropdownButton'; export * from './lib/ToolbarIconButton'; export * from './lib/types';