18F/web-design-standards

View on GitHub
packages/usa-alert/src/content/index.js

Summary

Maintainability
A
0 mins
Test Coverage
export { default as DefaultContent } from "./usa-alert.json";
export { default as EmergencyContent } from "./usa-alert~emergency.json";
export { default as ErrorContent } from "./usa-alert~error.json";
export { default as InfoContent } from "./usa-alert~info.json";
export { default as NoHeaderContent } from "./usa-alert~no-header.json";
export { default as NoIconContent } from "./usa-alert~no-icon.json";
export { default as SlimContent } from "./usa-alert~slim.json";
export { default as SuccessContent } from "./usa-alert~success.json";
export { default as WarningContent } from "./usa-alert~warning.json";