18F/web-design-standards

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

Summary

Maintainability
A
0 mins
Test Coverage
export { default as DefaultContent } from "./usa-button.json";
export { default as AccentCoolContent } from "./usa-button~accent-cool.json";
export { default as AccentWarmContent } from "./usa-button~accent-warm.json";
export { default as BaseContent } from "./usa-button~base.json";
export { default as BigContent } from "./usa-button~big.json";
export { default as OutlineContent } from "./usa-button~outline.json";
export { default as OutlineInverseContent } from "./usa-button~outline-inverse.json";
export { default as SecondaryContent } from "./usa-button~secondary.json";
export { default as UnstyledContent } from "./usa-button~unstyled.json";