UNPKG

@swissup/pwa-highlight

Version:

Highlight integration into venia-ui (pwa-studio)

8 lines (7 loc) 200 B
import React from 'react'; import configAggregator from './configAggregator'; export default { name: 'highlight', configAggregator, component: React.lazy(() => import('./highlightAll')) }