UNPKG

cob-uswds

Version:

Customized USWDS UI components and visual style guide based on City of Boston Patterns Library

11 lines (10 loc) 689 B
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"; export { default as TestAlertContent } from "./test-usa-alert-content.json";