UNPKG

react-loading-progress

Version:
7 lines (5 loc) 189 B
// @flow import flatten from './flatten' import type { Interpolation, RuleSet } from '../types' export default (interpolations: Array<Interpolation>): RuleSet => flatten(interpolations)