UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

11 lines (8 loc) 246 B
import * as props from './string-plugin' import { StringComponent } from './String' import { createInternalPlugin } from '../../plugin' export * from './String' export default createInternalPlugin({ component: StringComponent, ...props, })