UNPKG

react-wrap-text

Version:

A simple utility to wrap matching substrings in React with custom jsx components

10 lines (8 loc) 169 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/index.ts'], format: ['esm'], dts: true, external: ['react'], clean: true, });