UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

11 lines (10 loc) 823 B
export { BaseAlertCloseButton as CloseButton } from "./close-button/BaseAlertCloseButton.js"; export { BaseAlertContent as Content } from "./content/BaseAlertContent.js"; export { BaseAlertTitle as Title } from "./title/BaseAlertTitle.js"; export { BaseAlertHeader as Header } from "./header/BaseAlertHeader.js"; export { BaseAlert as Root } from "./root/BaseAlertRoot.js"; export type { BaseAlertCloseButtonProps as CloseButtonProps } from "./close-button/BaseAlertCloseButton.js"; export type { BaseAlertContentProps as ContentProps } from "./content/BaseAlertContent.js"; export type { BaseAlertTitleProps as TitleProps } from "./title/BaseAlertTitle.js"; export type { BaseAlertHeaderProps as HeaderProps } from "./header/BaseAlertHeader.js"; export type { BaseAlertProps as RootProps } from "./root/BaseAlertRoot.js";