UNPKG

@uswds/uswds

Version:

Open source UI components and visual style guide for U.S. government websites

10 lines (9 loc) 759 B
export { default as DefaultContent } from "./usa-step-indicator.json"; export { default as CenterCountersSmContent } from "./usa-step-indicator~center-counters-sm.json"; export { default as CenterCountersContent } from "./usa-step-indicator~center-counters.json"; export { default as CenterNoLabelContent } from "./usa-step-indicator~center-no-labels.json"; export { default as CenterContent } from "./usa-step-indicator~center.json"; export { default as CountersSmContent } from "./usa-step-indicator~counters-sm.json"; export { default as CountersContent } from "./usa-step-indicator~counters.json"; export { default as NoLabelsContent } from "./usa-step-indicator~no-labels.json"; export { default as ShortContent } from "./usa-step-indicator~short.json";