UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

11 lines (8 loc) 256 B
import * as props from './interval-plugin' import { IntervalComponent } from './Interval' import { createInternalPlugin } from '../../plugin' export * from './Interval' export default createInternalPlugin({ component: IntervalComponent, ...props, })