@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
11 lines (10 loc) • 793 B
TypeScript
export { BaseAlertCloseButton as CloseButton } from "./close-button/BaseAlertCloseButton";
export { BaseAlertContent as Content } from "./content/BaseAlertContent";
export { BaseAlertTitle as Title } from "./title/BaseAlertTitle";
export { BaseAlertHeader as Header } from "./header/BaseAlertHeader";
export { BaseAlert as Root } from "./root/BaseAlertRoot";
export type { BaseAlertCloseButtonProps as CloseButtonProps } from "./close-button/BaseAlertCloseButton";
export type { BaseAlertContentProps as ContentProps } from "./content/BaseAlertContent";
export type { BaseAlertTitleProps as TitleProps } from "./title/BaseAlertTitle";
export type { BaseAlertHeaderProps as HeaderProps } from "./header/BaseAlertHeader";
export type { BaseAlertProps as RootProps } from "./root/BaseAlertRoot";