1 2 3 4 5 6 7 8 9 10
/** * @prettier */ const InlinePluginFactorization = (options) => () => ({ fn: options.fn, components: options.components, }) export default InlinePluginFactorization