UNPKG

optimizely-oui

Version:

Optimizely's Component Library.

9 lines 243 B
/* eslint-disable react/jsx-key */ import React from "react"; import ProgressDots from "../index"; export default [{ examples: [React.createElement(ProgressDots, { hasOverlay: true, testSection: "test-section-progress-dots" })] }];