@uswds/uswds
Version:
Open source UI components and visual style guide for U.S. government websites
10 lines (9 loc) • 652 B
JavaScript
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";