UNPKG

optimizely-oui

Version:

Optimizely's Component Library.

10 lines (8 loc) 230 B
/* eslint-disable react/jsx-key */ import React from "react"; import ProgressDots from "../index"; export default [ { examples: [<ProgressDots hasOverlay={true} testSection="test-section-progress-dots" />], }, ];